Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sentiment140 dataset unavailable #6317

Closed
AndreasKarasenko opened this issue Oct 19, 2023 · 2 comments
Closed

sentiment140 dataset unavailable #6317

AndreasKarasenko opened this issue Oct 19, 2023 · 2 comments
Assignees

Comments

@AndreasKarasenko
Copy link

AndreasKarasenko commented Oct 19, 2023

Describe the bug

loading the dataset using load_dataset("sentiment140") returns the following error
ConnectionError: Couldn't reach http://cs.stanford.edu/people/alecmgo/trainingandtestdata.zip (error 403)

Steps to reproduce the bug

Run the following code (version should not matter).

from datasets import load_dataset
data = load_dataset("sentiment140")

Expected behavior

The dataset should be loaded just like any other.
The main issue is that it is no longer hosted by stanford. It is still available from a Google Drive Link.

Environment info

  • datasets version: 2.14.5
  • Platform: Windows-10-10.0.19045-SP0
  • Python version: 3.10.8
  • Huggingface_hub version: 0.17.3
  • PyArrow version: 13.0.0
  • Pandas version: 2.1.1
@albertvillanova albertvillanova self-assigned this Oct 19, 2023
@albertvillanova
Copy link
Member

Thanks for reporting. We are investigating the issue.

@albertvillanova
Copy link
Member

We have opened an issue in the corresponding Hub dataset: https://huggingface.co/datasets/sentiment140/discussions/3

Let's continue the discussion there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants