tensorflow / tensorflow/datasets
'glue/sst2' dataset DownloadError
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 1.6k
- Avg merge
- 3h 54m
- Merged PRs (30d)
- 1
Description
/!\ IF YOU WANT PEOPLE TO HELP YOU, PLEASE GIVE AS MUCH DETAIL AS POSSIBLE, INCLUDING THE FULL STACKTRACE AND CODE SNIPPET
Short description
When I run this line
dataset, info = tfds.load('glue/sst2', with_info=True)
i am getting error. And error is:
DownloadError: Failed to get url https://firebasestorage.googleapis.com/v0/b/mtl-sentence-representations.appspot.com/o/data%2FSST-2.zip?alt=media&token=aabc5f6b-e466-44a2-b9b4-cf6337f84ac8. HTTP code: 403.
Environment information
- Operating System: Windows 10 (In Colab Files)
- Python version: 3.7.11
tensorflow-datasets/tfds-nightlyversion: <4.0.1>tensorflow/tf-nightlyversion: <2.5.0>
Expected behavior
Fix this dataset URL
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the tfds.load('glue/sst2', with_info=True) call and confirm the 403 response from the listed Firebase Storage URL. Trace the glue/sst2 dataset definition to find where that source URL is configured, update it to a working source, and rerun the load to confirm the dataset downloads successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- data, machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100