Datasets:
Error downloading?
Hello, when I try to download the dataset, I'm getting the following error:
dataset = datasets.load_dataset('financial_phrasebank', 'sentences_allagree')
ConnectionError: Couldn't reach https://www.researchgate.net/profile/Pekka_Malo/publication/251231364_FinancialPhraseBank-v10/data/0c96051eee4fb1d56e000000/FinancialPhraseBank-v10.zip (error 403)
Any idea what the issue could be?
Hi ! It works fine on my side. Maybe it was just an error with researchgate at that time, can you try again ?
Hm I still seem to be getting the error (and it reproduces on different machines for me).
Indeed the issue appears in certain environments. I just experienced it on google colab.
I just noticed that a fix has been merged recently: https://github.com/huggingface/datasets/pull/4598
The URL was replaced by one in this repository.
We'll do a new release of the datasets
library soon to incldue this fix. In the meantime you can do
dataset = datasets.load_dataset('financial_phrasebank', 'sentences_allagree', revision='main')
Thank you!
Facing this issue again even with the solution suggested above.
Ditto @shahzebnaveed , I also encountered the same issue.