🚩 Report

#7
by yugamj - opened

I am unable to fetch the dataset, in my google collab environment, I am getting this error, I guess dataset have been moved, request to update the path please.

"Couldn't reach: https://s3.amazonaws.com/datasets.huggingface.co/nlp/datasets/dair-ai/emotion/emotion.py"

DAIR.AI org HF Staff

Thanks for reporting @yugamj .

I think this can be caused if you are using a very old version of the datasets library.

Please, try to update it:

!pip install -U datasets

Hey Albert, I still got the same error, I updated the packages, and this is the package version I am using
datasets --2.14.5
nlp --0.4.0

I tried retrieving my dataset, using
tweet_dataset = nlp.load_dataset('dair-ai/emotion')

Still got the error, "Couldn't reach https://s3.amazonaws.com/datasets.huggingface.co/nlp/datasets/dair-ai/emotion/emotion.py"

DAIR.AI org

Hi @yugamj . It seems to be working for me. Just tried with a new Colab notebook : https://colab.research.google.com/drive/1TqicbNM2MNXVgtYj_5aB4VyE0cyeiYPh?usp=sharing

I got the issue, I was using load_dataset function from the nlp package, and not the datasets one.

Thanks for helping me out here Albert, much appreciated.

yugamj changed discussion status to closed

Sign up or log in to comment