Pablogps commited on
Commit
3dff778
1 Parent(s): 5369036

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -4
README.md CHANGED
@@ -1,7 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
1
  This is a **RoBERTa-base** model trained from scratch in Spanish.
2
 
3
- The training dataset is mc4 (1) subsampling documents to a total of about 50 million examples. Sampling is random.
4
- This model takes the one using sequence length 128 (2) and trains during 25.000 steps using sequence length 512.
 
 
 
 
 
 
5
 
6
- (1) https://huggingface.co/datasets/bertin-project/mc4-es-sampled
7
- (2) https://huggingface.co/bertin-project/bertin-base-random
 
 
 
 
 
1
+ ---
2
+ language: es
3
+ license: CC-BY 4.0
4
+ tags:
5
+ - spanish
6
+ - roberta
7
+ pipeline_tag: fill-mask
8
+ widget:
9
+ - text: "Fui a la librería a comprar un <mask>."
10
+ ---
11
+
12
  This is a **RoBERTa-base** model trained from scratch in Spanish.
13
 
14
+ The training dataset is [mc4](https://huggingface.co/datasets/bertin-project/mc4-es-sampled ) subsampling documents to a total of about 50 million examples. Sampling is random.
15
+ This model takes the one using [sequence length 128](https://huggingface.co/bertin-project/bertin-base-random) and trains during 25.000 steps using sequence length 512.
16
+
17
+ This is part of the
18
+ [Flax/Jax Community Week](https://discuss.huggingface.co/t/open-to-the-community-community-week-using-jax-flax-for-nlp-cv/7104), organised by [HuggingFace](https://huggingface.co/) and TPU usage sponsored by Google.
19
+
20
+
21
+ ## Team members
22
 
23
+ - Eduardo González ([edugp](https://huggingface.co/edugp))
24
+ - Javier de la Rosa ([versae](https://huggingface.co/versae))
25
+ - Manu Romero ([mrm8488](https://huggingface.co/))
26
+ - María Grandury ([mariagrandury](https://huggingface.co/))
27
+ - Pablo González de Prado ([Pablogps](https://huggingface.co/Pablogps))
28
+ - Paulo Villegas ([paulo](https://huggingface.co/paulo))