huggingface / huggingface/course
Error loading dataset from URL
- Dominant language
- MDX
- Stars
- 4.2k
- Forks
- 1.4k
- Avg merge
- 13m
- Merged PRs (30d)
- 1
Description
I am experiencing an error when trying to load the PubMed dataset from a specific URL.
https://huggingface.co/learn/nlp-course/chapter5/4
Use the following code to load the dataset:
from datasets import load_dataset
data_files = "https://the-eye.eu/public/AI/pile_preliminary_components/PUBMED_title_abstracts_2019_baseline.jsonl.zst"
pubmed_dataset = load_dataset("json", data_files=data_files, split="train")
When running the code, I encounter the following error message:
FileNotFoundError: Unable to find 'https://the-eye.eu/public/AI/pile_preliminary_components/PUBMED_title_abstracts_2019_baseline.jsonl.zst'
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.