facebookresearch / InferSent

InferSent sentence embeddings
Other
2.28k stars 471 forks source link

how to download the correct snli dataset #101

Closed hyybuaa closed 5 years ago

hyybuaa commented 5 years ago

No such file or directory: 'dataset/SNLI/s1.train'

dougc333 commented 5 years ago

You have to download the SNLI dataset either use the .bash file provided by the author or do it manually from the website. If you do this manually mkdir and put it in the right place

aconneau commented 5 years ago

Hi

cd dataset
./get_dataset.bash

should download automatically the SNLI dataset.