stas's picture
add data files
d68916b
|
raw
history blame
812 Bytes

WMT16 English-Romanian Translation Data w/ further preprocessing

The original instructions are here.

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 and resided at /static-proxy?url=https%3A%2F%2Fcdn-datasets.huggingface.co%2Ftranslation%2Fwmt_en_ro.tar.gz%3C%2Fa%3E%3C%2Fp%3E

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.