Update README.md
Browse files
README.md
CHANGED
@@ -210,7 +210,7 @@ Toucan-base - translation: Vala zonke izinto kusuka kwihlu lamadokhumende elidlu
|
|
210 |
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):
|
211 |
|
212 |
|
213 |
-
**
|
214 |
```
|
215 |
@inproceedings{adebara-etal-2024-cheetah,
|
216 |
title = "Cheetah: Natural Language Generation for 517 {A}frican Languages",
|
@@ -230,23 +230,14 @@ If you use the pre-trained model (Cheetah-1.2B) for your scientific publication,
|
|
230 |
}
|
231 |
```
|
232 |
|
233 |
-
**
|
234 |
```
|
235 |
-
@inproceedings{
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
Martins, Andre and
|
242 |
-
Srikumar, Vivek",
|
243 |
-
booktitle = "Findings of the Association for Computational Linguistics ACL 2024",
|
244 |
-
month = aug,
|
245 |
-
year = "2024",
|
246 |
-
address = "Bangkok, Thailand and virtual meeting",
|
247 |
-
publisher = "Association for Computational Linguistics",
|
248 |
-
url = "https://aclanthology.org/2024.findings-acl.781",
|
249 |
-
pages = "13189--13206",
|
250 |
}
|
251 |
```
|
252 |
|
|
|
210 |
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):
|
211 |
|
212 |
|
213 |
+
**Cheetah's Paper**
|
214 |
```
|
215 |
@inproceedings{adebara-etal-2024-cheetah,
|
216 |
title = "Cheetah: Natural Language Generation for 517 {A}frican Languages",
|
|
|
230 |
}
|
231 |
```
|
232 |
|
233 |
+
**Toucan's Paper**
|
234 |
```
|
235 |
+
@inproceedings{elmadany2024toucan,
|
236 |
+
title={Toucan: Many-to-Many Translation for 150 African Language Pairs},
|
237 |
+
author={Elmadany, Abdelrahim and Adebara, Ife and Abdul-Mageed, Muhammad},
|
238 |
+
booktitle={Findings of the Association for Computational Linguistics ACL 2024},
|
239 |
+
pages={13189--13206},
|
240 |
+
year={2024}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
241 |
}
|
242 |
```
|
243 |
|