versae commited on
Commit
9655258
·
1 Parent(s): 2acb6be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -2
README.md CHANGED
@@ -113,8 +113,8 @@ languages:
113
  - zh
114
  - zh-Latn
115
  - zu
116
- licenses:
117
- - odc-by-1.0
118
  multilinguality:
119
  - multilingual
120
  size_categories:
@@ -362,7 +362,27 @@ BERTIN Project is releasing this dataset under the same terms AllenAI released m
362
 
363
  ### Citation Information
364
 
 
365
  ```bibtex
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
366
  @article{2019t5,
367
  author = {Colin Raffel and Noam Shazeer and Adam Roberts and Katherine Lee and Sharan Narang and Michael Matena and Yanqi Zhou and Wei Li and Peter J. Liu},
368
  title = {Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer},
 
113
  - zh
114
  - zh-Latn
115
  - zu
116
+ license:
117
+ - odc-by
118
  multilinguality:
119
  - multilingual
120
  size_categories:
 
362
 
363
  ### Citation Information
364
 
365
+ To cite this dataset:
366
  ```bibtex
367
+ @article{BERTIN,
368
+ author = {Javier De la Rosa y Eduardo G. Ponferrada y Manu Romero y Paulo Villegas y Pablo González de Prado Salas y María Grandury},
369
+ title = {{BERTIN}: Efficient Pre-Training of a Spanish Language Model using Perplexity Sampling},
370
+ journal = {Procesamiento del Lenguaje Natural},
371
+ volume = {68},
372
+ number = {0},
373
+ year = {2022},
374
+ keywords = {},
375
+ abstract = {The pre-training of large language models usually requires massive amounts of resources, both in terms of computation and data. Frequently used web sources such as Common Crawl might contain enough noise to make this pretraining sub-optimal. In this work, we experiment with different sampling methods from the Spanish version of mC4, and present a novel data-centric technique which we name perplexity sampling that enables the pre-training of language models in roughly half the amount of steps and using one fifth of the data. The resulting models are comparable to the current state-of-the-art, and even achieve better results for certain tasks. Our work is proof of the versatility of Transformers, and paves the way for small teams to train their models on a limited budget.},
376
+ issn = {1989-7553},
377
+ url = {http://journal.sepln.org/sepln/ojs/ojs/index.php/pln/article/view/6403},
378
+ pages = {13--23}
379
+ }
380
+ ```
381
+
382
+ If you use this dataset, we would love to hear about it! Reach out on twitter, GitHub, Discord, or shoot us an email.
383
+
384
+ To cite the original `mc4` dataset:
385
+ ```
386
  @article{2019t5,
387
  author = {Colin Raffel and Noam Shazeer and Adam Roberts and Katherine Lee and Sharan Narang and Michael Matena and Yanqi Zhou and Wei Li and Peter J. Liu},
388
  title = {Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer},