File size: 812 Bytes
d68916b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
# WMT16 English-Romanian Translation Data w/ further preprocessing
The original instructions are [here](https://github.com/rsennrich/wmt16-scripts/tree/master/sample).
It was created by running:
```
git clone https://github.com/rsennrich/wmt16-scripts
cd wmt16-scripts
cd sample
./download_files.sh
./preprocess.sh
```
https://github.com/rsennrich/wmt16-scripts/tree/master/sample
It was originally used by `transformers` [`finetune_trainer.py`](https://github.com/huggingface/transformers/blob/641f418e102218c4bf16fcd3124bfebed6217ef6/examples/seq2seq/finetune_trainer.py)
and resided at /static-proxy?url=https%3A%2F%2Fcdn-datasets.huggingface.co%2Ftranslation%2Fwmt%3Cspan class="hljs-emphasis">_en_ro.tar.gz
It was further converted to `jsonlines` with the included in this repository `convert-to-jsonlines.py` script so that it could be loaded by `datasets`.
|