draj
commited on
Commit
•
35f8b9a
1
Parent(s):
b8608ea
Fix to readme
Browse files
README.md
CHANGED
@@ -9,12 +9,16 @@ The development and test sets consist of 500 and 1000 sentences respectively. Bo
|
|
9 |
|
10 |
The training set for English--Creole contains 21,810 lines.
|
11 |
The training set for French--Creole contains 15,239 lines.
|
12 |
-
Additionally,
|
13 |
|
14 |
Finally, we also provide a Creole monolingual corpus of 45,364 lines.
|
15 |
|
16 |
Note that a significant portion of the dataset is a dictionary of word pairs/triplets, nevertheless it is a start.
|
17 |
|
|
|
|
|
|
|
|
|
18 |
Feel free to use the dataset for your research but don't forget to attribute our upcoming paper which will be uploaded to arxiv shortly.
|
19 |
|
20 |
Note: MorisienMT was originally partly developed by Dr Aneerav Sukhoo from the University of Mauritius in 2014 when he was a visiting researcher in IIT Bombay.
|
|
|
9 |
|
10 |
The training set for English--Creole contains 21,810 lines.
|
11 |
The training set for French--Creole contains 15,239 lines.
|
12 |
+
Additionally, one can extract a trilingual English-French-Creole training set of 13,861 lines using Creole as a pivot.
|
13 |
|
14 |
Finally, we also provide a Creole monolingual corpus of 45,364 lines.
|
15 |
|
16 |
Note that a significant portion of the dataset is a dictionary of word pairs/triplets, nevertheless it is a start.
|
17 |
|
18 |
+
Usage: (TODO: beautify)
|
19 |
+
1. Using huggingface datasets: load_dataset("prajdabre/MorisienMT", "en-cr", split="train")
|
20 |
+
2. Convert to moses format: load the dataset as in step 1, each item is a json object so iterate over the loaded dataset object and use the key and value, "input" and "target" respectively, to get the translation pairs.
|
21 |
+
|
22 |
Feel free to use the dataset for your research but don't forget to attribute our upcoming paper which will be uploaded to arxiv shortly.
|
23 |
|
24 |
Note: MorisienMT was originally partly developed by Dr Aneerav Sukhoo from the University of Mauritius in 2014 when he was a visiting researcher in IIT Bombay.
|