HF Agent Course Finalassignment

Hello all,

I have since yesterday problems to run evaluation and submit all answers. Getting the response: 429 Client Error: Too Many Requests for url and today I’m not able to login in the template with the message, Huggingface has me to often forwarded.

Thanks

1 Like

From HF Discord for now:

If you’re running into 429 for question API do this
Null
go to the questions url: https://agents-course-unit4-scoring.hf.space/questions and copy the json content into a new file in your project (questions.json for example). Load that file directly to supply your questions_data, like below: import json with open(‘questions.json’) as f: d = json.load(f) questions_data = d