nicholasKluge commited on
Commit
5a878fd
1 Parent(s): 247519c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -39,7 +39,7 @@ co2_eq_emissions:
39
 
40
  Large language models (LLMs) have significantly advanced natural language processing, but their progress has yet to be equal across languages. While most LLMs are trained in high-resource languages like English, multilingual models generally underperform monolingual ones. Additionally, aspects of their multilingual foundation sometimes restrict the byproducts they produce, like computational demands and licensing regimes. Hence, we developed the _TeenyTinyLlama_ pair: two compact models for Brazilian Portuguese text generation.
41
 
42
- Read our preprint on [ArXiv](xxx).
43
 
44
  ## Details
45
 
@@ -192,8 +192,8 @@ All the shown results are the higher accuracy scores achieved on the respective
192
  @misc{correa24ttllama,
193
  title = {TeenyTinyLlama: open-source tiny language models trained in Brazilian Portuguese},
194
  author = {Corr{\^e}a, Nicholas Kluge and Falk, Sophia and Fatimah, Shiza and Sen, Aniket and De Oliveira, Nythamar},
195
- journal={arXiv},
196
- year = {2024},
197
  }
198
 
199
  ```
 
39
 
40
  Large language models (LLMs) have significantly advanced natural language processing, but their progress has yet to be equal across languages. While most LLMs are trained in high-resource languages like English, multilingual models generally underperform monolingual ones. Additionally, aspects of their multilingual foundation sometimes restrict the byproducts they produce, like computational demands and licensing regimes. Hence, we developed the _TeenyTinyLlama_ pair: two compact models for Brazilian Portuguese text generation.
41
 
42
+ Read our preprint on [ArXiv](https://arxiv.org/abs/2401.16640).
43
 
44
  ## Details
45
 
 
192
  @misc{correa24ttllama,
193
  title = {TeenyTinyLlama: open-source tiny language models trained in Brazilian Portuguese},
194
  author = {Corr{\^e}a, Nicholas Kluge and Falk, Sophia and Fatimah, Shiza and Sen, Aniket and De Oliveira, Nythamar},
195
+ journal={arXiv preprint arXiv:2401.16640},
196
+ year={2024}
197
  }
198
 
199
  ```