Open keyuchen21 opened 1 year ago
Hi @km5ar, can you try to manually download the dataset wget https://nlp.stanford.edu/projects/snli/snli_1.0.zip
. I guess the issue is cause by the win format of data path
you can unzip snli_1.0.zip
manually and set data_dir
to your unzipped data path.
in chapter 16.4 with windows env there are following errors when d2l.download_extract('SNLI').