Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -27,11 +27,11 @@ pretty_name: "MADLAD-400 Tetun Dili translated to English"
|
|
27 |
|
28 |
# MADLAD-400-Tetun
|
29 |
|
30 |
-
The Tetun Dili "clean" split of the [MADLAD-400 dataset](https://huggingface.co/datasets/allenai/MADLAD-400/), sentencized and translated to English using [MADLAD-400 3b](santhosh/madlad400-3b-ct2/).
|
31 |
|
32 |
Each row has:
|
33 |
- `text`: the original text from MADLAD
|
34 |
-
- `sentences`: the text sentencized to Tetun, using [Moses](https://github.com/moses-smt/mosesdecoder), which has Tetun
|
35 |
- `sentences_eng`: the `sentences` translated to English, using MADLAD-400-3b and cTranslate2
|
36 |
|
37 |
Total of 884k sentences over 40k rows.
|
|
|
27 |
|
28 |
# MADLAD-400-Tetun
|
29 |
|
30 |
+
The Tetun Dili "clean" split of the [MADLAD-400 dataset](https://huggingface.co/datasets/allenai/MADLAD-400/), sentencized and translated to English using [MADLAD-400 3b](https://huggingface.co/santhosh/madlad400-3b-ct2/).
|
31 |
|
32 |
Each row has:
|
33 |
- `text`: the original text from MADLAD
|
34 |
+
- `sentences`: the text sentencized to Tetun, using [Moses](https://github.com/moses-smt/mosesdecoder), which has [Tetun non-breaking prefixes](https://github.com/moses-smt/mosesdecoder/blob/be3ae968baa7aa89cf17aa34957f1068f988aa9a/scripts/share/nonbreaking_prefixes/nonbreaking_prefix.tdt#L4).
|
35 |
- `sentences_eng`: the `sentences` translated to English, using MADLAD-400-3b and cTranslate2
|
36 |
|
37 |
Total of 884k sentences over 40k rows.
|