Not able to run code for the Final Quiz of Agent Course

#19
by JerajJain - opened

I am getting same error everytime with whatever code I am running for all the 5 questions. Any solutions ? -

image.png
Error generating feedback: 404 Client Error: Not Found for url: https://api-inference.huggingface.co/models/Qwen/Qwen2.5-Coder-32B-Instruct (Request ID: Root=1-6887e909-64a5e9d5378213f20d538c6e;6defbd81-ad32-4c70-87ac-fc9ad166a4c0)

I have the same error for agents-course/unit2_smolagents_quiz

Same here. Are there any news about the quiz? It would be nice if this stuff is working after all putting much effort in the lections.

Also getting this error, some feedback would be nice.

Same Error, any updates

Hello, I'm currently experiencing the same issue a similar Client Error issue - 410 rather than 404 - of being unable to get quiz feedback.

I get a 410 endpoint error. I notice this PR from @John6666 to try to fix that error is still open.

I've tried the suggested workaround to duplicate the space and patch the code myself, but I cannot duplicate the space successfully as I hit a "dataset not found" error:

Traceback (most recent call last):
  File "/app/app.py", line 19, in <module>
    ds = load_dataset(EXAM_DATASET_ID, split="train", download_mode="force_redownload")
  File "/usr/local/lib/python3.13/site-packages/datasets/load.py", line 2129, in load_dataset
    builder_instance = load_dataset_builder(
        path=path,
    ...<12 lines>...
        **config_kwargs,
    )
  File "/usr/local/lib/python3.13/site-packages/datasets/load.py", line 1849, in load_dataset_builder
    dataset_module = dataset_module_factory(
        path,
    ...<8 lines>...
        _require_custom_configs=bool(config_kwargs),
    )
  File "/usr/local/lib/python3.13/site-packages/datasets/load.py", line 1719, in dataset_module_factory
    raise e1 from None
  File "/usr/local/lib/python3.13/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/smolagents-quiz-data' doesn't exist on the Hub or cannot be accessed.

maybe

  1. agents-course/smolagents-quiz-data is gated dataset
  2. To get the quiz to work, I suppose we need to set the HF_TOKEN (the one for regular HF staff, not the user’s) in Secrets.

Sign up or log in to comment