Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,27 @@
|
|
2 |
license: mit
|
3 |
---
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
This is a many-to-many model for Creole-English, English-Creole and Creole-Creole MT, fine-tuned on top of `facebook/mbart-large-50-many-to-many-mmt`, with all data.
|
6 |
|
7 |
Usage:
|
|
|
2 |
license: mit
|
3 |
---
|
4 |
|
5 |
+
# Kreyòl-MT
|
6 |
+
|
7 |
+
Welcome to the repository for our **mBART-based** **all-data** model.
|
8 |
+
|
9 |
+
Please see our paper: 📄 ["Kreyòl-MT: Building Machine Translation for Latin American, Caribbean, and Colonial African Creole Languages"](https://arxiv.org/abs/2405.05376)
|
10 |
+
|
11 |
+
And our GitHub repository: 💻 [Kreyòl-MT](https://github.com/JHU-CLSP/Kreyol-MT/tree/main)
|
12 |
+
|
13 |
+
And cite our work:
|
14 |
+
|
15 |
+
```
|
16 |
+
@article{robinson2024krey,
|
17 |
+
title={Krey$\backslash$ol-MT: Building MT for Latin American, Caribbean and Colonial African Creole Languages},
|
18 |
+
author={Robinson, Nathaniel R and Dabre, Raj and Shurtz, Ammon and Dent, Rasul and Onesi, Onenamiyi and Monroc, Claire Bizon and Grobol, Lo{\"\i}c and Muhammad, Hasan and Garg, Ashi and Etori, Naome A and others},
|
19 |
+
journal={arXiv preprint arXiv:2405.05376},
|
20 |
+
year={2024}
|
21 |
+
}
|
22 |
+
```
|
23 |
+
|
24 |
+
## Model hosted here
|
25 |
+
|
26 |
This is a many-to-many model for Creole-English, English-Creole and Creole-Creole MT, fine-tuned on top of `facebook/mbart-large-50-many-to-many-mmt`, with all data.
|
27 |
|
28 |
Usage:
|