stas's picture
updates
6dfdf69

WMT16 English-Romanian Translation Data w/ further preprocessing

The original instructions are here.

This pre-processed dataset was created by running:

git clone https://github.com/rsennrich/wmt16-scripts
cd wmt16-scripts
cd sample
./download_files.sh
./preprocess.sh

It was originally used by transformers finetune_trainer.py

The data itself resides at /static-proxy?url=https%3A%2F%2Fcdn-datasets.huggingface.co%2Ftranslation%2Fwmt_en_ro.tar.gz%3C%2Fa%3E%3C%2Fp%3E

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.