- You need to download and process dataset first,
wget http://downloads.tatoeba.org/exports/sentences.tar.bz2
bunzip2 sentences.tar.bz2
tar xvf sentences.tar
- Change to csv,
awk -F"\t" '{print"__label__"$2" "$3}' < sentences.csv | shuf > all.txt
- Run any notebook using Jupyter Notebook.