huggingface / huggingface/agents-course
[QUESTION] The final quiz of Unit 1, always crashes with dataset not found
- Dominant language
- MDX
- Stars
- 32.6k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
First, the **best way to get a response fast is to ask the community** in our Discord server: https://www.hf.co/join/discord
However, if you prefer you can ask here, please **be specific**.
Dataset 'agents-course/unit_1_quiz' doesn't exist on the Hub or cannot be accessed.
The full log is:
```
Traceback (most recent call last):
File "/home/user/app/app.py", line 28, in
ds = load_dataset(EXAM_DATASET_ID, split="train")
File "/usr/local/lib/python3.10/site-packages/datasets/load.py", line 2129, in load_dataset
builder_instance = load_dataset_builder(
File "/usr/local/lib/python3.10/site-packages/datasets/load.py", line 1849, in load_dataset_builder
dataset_module = dataset_module_factory(
File "/usr/local/lib/python3.10/site-packages/datasets/load.py", line 1719, in dataset_module_factory
raise e1 from None
File "/usr/local/lib/python3.10/site-packages/datasets/load.py", line 1645, in dataset_module_factory
raise DatasetNotFoundError(f"Dataset '{path}' doesn't exist on the Hub or cannot be accessed.") from e
datasets.exceptions.DatasetNotFoundError: Dataset 'agents-course/unit_1_quiz' doesn't exist on the Hub or cannot be accessed.
Traceback (most recent call last):
File "/home/user/app/app.py", line 28, in
ds = load_dataset(EXAM_DATASET_ID, split="train")
File "/usr/local/lib/python3.10/site-packages/datasets/load.py", line 2129, in load_dataset
builder_instance = load_dataset_builder(
File "/usr/local/lib/python3.10/site-packages/datasets/load.py", line 1849, in load_dataset_builder
dataset_module = dataset_module_factory(
File "/usr/local/lib/python3.10/site-packages/datasets/load.py", line 1719, in dataset_module_factory
raise e1 from None
File "/usr/local/lib/python3.10/site-packages/datasets/load.py", line 1645, in dataset_module_factory
raise DatasetNotFoundError(f"Dataset '{path}' doesn't exist on the Hub or cannot be accessed.") from e
datasets.exceptions.DatasetNotFoundError: Dataset 'agents-course/unit_1_quiz' doesn't exist on the Hub or cannot be accessed.
```
Am I missing something trivial?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.