nlptown / nlp-notebooks

A collection of notebooks for Natural Language Processing from NLP Town
http://www.nlp.town
950 stars 372 forks source link

File ""data/movie-dialog-corpus/movie_lines.tsv" is not found #11

Closed habedi closed 3 years ago

habedi commented 3 years ago

Hi,

File "data/movie-dialog-corpus/movie_lines.tsv" is not present in its path. I'm trying to run the notebook titled "Data exploration with sentence similarity" but it needs the TSV file to run. Any suggestions on how to overcome this? :-)

habedi commented 3 years ago

I found the problem. The Kaggle library that downloads the dataset file wasn't set up correctly. It needed a /root/.kaggle/kaggle.json that included a working Kaggle API token. I hadn't the kaggle.json set up before.