readme: add language tags
#1
by
stefan-it
- opened
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# WMT16 English-Romanian Translation Data w/ further preprocessing
|
2 |
|
3 |
The original instructions are [here](https://github.com/rsennrich/wmt16-scripts/tree/master/sample).
|
@@ -16,4 +21,4 @@ It was originally used by `transformers` [`finetune_trainer.py`](https://github
|
|
16 |
|
17 |
The data itself resides at https://cdn-datasets.huggingface.co/translation/wmt_en_ro.tar.gz
|
18 |
|
19 |
-
If you would like to convert it to jsonlines I've included a small script `convert-to-jsonlines.py` that will do it for you. But if you're using the `datasets` API, it will be done on the fly.
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- ro
|
4 |
+
- en
|
5 |
+
---
|
6 |
# WMT16 English-Romanian Translation Data w/ further preprocessing
|
7 |
|
8 |
The original instructions are [here](https://github.com/rsennrich/wmt16-scripts/tree/master/sample).
|
|
|
21 |
|
22 |
The data itself resides at https://cdn-datasets.huggingface.co/translation/wmt_en_ro.tar.gz
|
23 |
|
24 |
+
If you would like to convert it to jsonlines I've included a small script `convert-to-jsonlines.py` that will do it for you. But if you're using the `datasets` API, it will be done on the fly.
|