You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FileNotFoundError Traceback (most recent call last)
[<ipython-input-2-3ed6975c9f4e>](https://localhost:8080/#) in <cell line: 0>()
3 # This takes a few minutes to run, so go grab a tea or coffee while you wait :)
4 data_files = "https://the-eye.eu/public/AI/pile_preliminary_components/PUBMED_title_abstracts_2019_baseline.jsonl.zst"
----> 5 pubmed_dataset = load_dataset("json", data_files=data_files, split="train")
6 pubmed_dataset
6 frames
[/usr/local/lib/python3.11/dist-packages/datasets/data_files.py](https://localhost:8080/#) in resolve_pattern(pattern, base_path, allowed_extensions, download_config)
382 if allowed_extensions is not None:
383 error_msg += f" with any supported extension {list(allowed_extensions)}"
--> 384 raise FileNotFoundError(error_msg)
385 return out
386
FileNotFoundError: Unable to find 'https://the-eye.eu/public/AI/pile_preliminary_components/PUBMED_title_abstracts_2019_baseline.jsonl.zst'
The text was updated successfully, but these errors were encountered:
The link to download the PubMed dataset in the Hugging Face Course (Chapter 5, Section 4) is not working.
https://the-eye.eu/public/AI/pile_preliminary_components/PUBMED_title_abstracts_2019_baseline.jsonl.zst
Error reproducer
Expected results
I expect to download it.
Actual results
The text was updated successfully, but these errors were encountered: