nicholasKluge commited on
Commit
80c6e9e
1 Parent(s): 4facdde

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -4
README.md CHANGED
@@ -61,8 +61,8 @@ size_categories:
61
 
62
  - **Homepage:** https://nkluge-correa.github.io/TeenyTinyLlama/
63
  - **Repository:** https://github.com/Nkluge-correa/TeenyTinyLlama
64
- - **Paper:** [TeenyTinyLlama: open-source tiny language models trained in Brazilian Portuguese](https://arxiv.org/abs/2401.16640)
65
- - **Point of Contact:** [AIRES at PUCRS](mailto:nicholas@airespucrs.org)
66
 
67
  ### Dataset Summary
68
 
@@ -73,6 +73,7 @@ In a tokenized format, the dataset (uncompressed) weighs 50 GB and has approxima
73
  ### Supported Tasks and Leaderboards
74
 
75
  This dataset can be utilized for tasks involving language modeling.
 
76
  ### Languages
77
 
78
  Portuguese.
@@ -113,7 +114,7 @@ dataset = load_dataset("nicholasKluge/Pt-Corpus", split='train', streaming=True)
113
 
114
  ### Curation Rationale
115
 
116
- This dataset was developed as part of the [TeenyTinyLlama: open-source tiny language models trained in Brazilian Portuguese](https://arxiv.org/abs/2401.16640) paper. In this study, we document the development of open-foundation models tailored for use in low-resource settings, their limitations, and their benefits.
117
 
118
  ### Source Data
119
 
@@ -178,7 +179,6 @@ The following datasets (_only training splits are a part of the corpus_) and res
178
  ### Citation Information
179
 
180
  ```latex
181
-
182
  @misc{correa24ttllama,
183
  title = {TeenyTinyLlama: open-source tiny language models trained in Brazilian Portuguese},
184
  author = {Corr{\^e}a, Nicholas Kluge and Falk, Sophia and Fatimah, Shiza and Sen, Aniket and De Oliveira, Nythamar},
@@ -186,6 +186,15 @@ The following datasets (_only training splits are a part of the corpus_) and res
186
  year={2024}
187
  }
188
 
 
 
 
 
 
 
 
 
 
189
  ```
190
 
191
  ### Contributions
 
61
 
62
  - **Homepage:** https://nkluge-correa.github.io/TeenyTinyLlama/
63
  - **Repository:** https://github.com/Nkluge-correa/TeenyTinyLlama
64
+ - **Paper:** [TeenyTinyLlama: open-source tiny language models trained in Brazilian Portuguese](https://www.sciencedirect.com/science/article/pii/S2666827024000343)
65
+ - **Point of Contact:** [Nk-correa](mailto:nicholas@airespucrs.org)
66
 
67
  ### Dataset Summary
68
 
 
73
  ### Supported Tasks and Leaderboards
74
 
75
  This dataset can be utilized for tasks involving language modeling.
76
+
77
  ### Languages
78
 
79
  Portuguese.
 
114
 
115
  ### Curation Rationale
116
 
117
+ This dataset was developed as part of the [TeenyTinyLlama: open-source tiny language models trained in Brazilian Portuguese](https://www.sciencedirect.com/science/article/pii/S2666827024000343) paper. In this study, we document the development of open-foundation models tailored for use in low-resource settings, their limitations, and their benefits.
118
 
119
  ### Source Data
120
 
 
179
  ### Citation Information
180
 
181
  ```latex
 
182
  @misc{correa24ttllama,
183
  title = {TeenyTinyLlama: open-source tiny language models trained in Brazilian Portuguese},
184
  author = {Corr{\^e}a, Nicholas Kluge and Falk, Sophia and Fatimah, Shiza and Sen, Aniket and De Oliveira, Nythamar},
 
186
  year={2024}
187
  }
188
 
189
+ @misc{correa24ttllama,
190
+ doi = {10.1016/j.mlwa.2024.100558},
191
+ url = {https://www.sciencedirect.com/science/article/pii/S2666827024000343},
192
+ title = {TeenyTinyLlama: open-source tiny language models trained in Brazilian Portuguese},
193
+ author = {Corr{\^e}a, Nicholas Kluge and Falk, Sophia and Fatimah, Shiza and Sen, Aniket and De Oliveira, Nythamar},
194
+ journal={Machine Learning With Applications},
195
+ publisher = {Springer},
196
+ year={2024}
197
+ }
198
  ```
199
 
200
  ### Contributions