huggingface / huggingface/course
Chapter 5:4, Big Data download issue
Open
- Dominant language
- MDX
- Stars
- 4.2k
- Forks
- 1.4k
- Avg merge
- 13m
- Merged PRs (30d)
- 1
Description
We get an error: "DatasetGenerationError: An error occurred while generating the dataset", when running the following code:
# This takes a few minutes to run, so go grab a tea or coffee while you wait :)
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")
pubmed_dataset
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.