Update README.md
Browse files
README.md
CHANGED
@@ -191,28 +191,44 @@ Vala zonke izinto kusuka kwihlu lamadokhumende elidlule
|
|
191 |
## Citation
|
192 |
If you use the pre-trained model (Cheetah-1.2B) for your scientific publication, or if you find the resources in this repository useful, please cite our papers as follows (to be updated):
|
193 |
|
|
|
194 |
**Toucan's Paper**
|
195 |
```
|
196 |
-
@
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
204 |
}
|
205 |
```
|
206 |
|
207 |
**Cheetah's Paper**
|
208 |
```
|
209 |
-
@
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
216 |
}
|
217 |
```
|
218 |
|
|
|
191 |
## Citation
|
192 |
If you use the pre-trained model (Cheetah-1.2B) for your scientific publication, or if you find the resources in this repository useful, please cite our papers as follows (to be updated):
|
193 |
|
194 |
+
|
195 |
**Toucan's Paper**
|
196 |
```
|
197 |
+
@inproceedings{adebara-etal-2024-cheetah,
|
198 |
+
title = "Cheetah: Natural Language Generation for 517 {A}frican Languages",
|
199 |
+
author = "Adebara, Ife and
|
200 |
+
Elmadany, AbdelRahim and
|
201 |
+
Abdul-Mageed, Muhammad",
|
202 |
+
editor = "Ku, Lun-Wei and
|
203 |
+
Martins, Andre and
|
204 |
+
Srikumar, Vivek",
|
205 |
+
booktitle = "Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
|
206 |
+
month = aug,
|
207 |
+
year = "2024",
|
208 |
+
address = "Bangkok, Thailand and virtual meeting",
|
209 |
+
publisher = "Association for Computational Linguistics",
|
210 |
+
url = "https://aclanthology.org/2024.acl-long.691",
|
211 |
+
pages = "12798--12823",
|
212 |
}
|
213 |
```
|
214 |
|
215 |
**Cheetah's Paper**
|
216 |
```
|
217 |
+
@inproceedings{elmadany-etal-2024-toucan,
|
218 |
+
title = "Toucan: Many-to-Many Translation for 150 {A}frican Language Pairs",
|
219 |
+
author = "Elmadany, AbdelRahim and
|
220 |
+
Adebara, Ife and
|
221 |
+
Abdul-Mageed, Muhammad",
|
222 |
+
editor = "Ku, Lun-Wei and
|
223 |
+
Martins, Andre and
|
224 |
+
Srikumar, Vivek",
|
225 |
+
booktitle = "Findings of the Association for Computational Linguistics ACL 2024",
|
226 |
+
month = aug,
|
227 |
+
year = "2024",
|
228 |
+
address = "Bangkok, Thailand and virtual meeting",
|
229 |
+
publisher = "Association for Computational Linguistics",
|
230 |
+
url = "https://aclanthology.org/2024.findings-acl.781",
|
231 |
+
pages = "13189--13206",
|
232 |
}
|
233 |
```
|
234 |
|