Certificate of Completion blocked although 3/4 Audio Course assignments are passed (user: herurg)

#16
by herurg - opened

Hello MariaK / Hugging Face Audio Course team,

I am trying to claim the Hugging Face Audio Course Certificate of Completion for username herurg.

According to the official certification rules, the Certificate of Completion requires passing 3 out of 4 hands-on assignments:
https://huggingface.co/learn/audio-course/chapter8/certification

I have completed Units 4, 5, and 6, with public Hub artifacts that satisfy the published criteria:

  1. Unit 4 - Audio Classification
    Model: https://huggingface.co/herurg/ast-finetuned-gtzan-audio-course
    Result: Accuracy = 0.880000
    Requirement: Accuracy >= 0.87

  2. Unit 5 - Automatic Speech Recognition
    Model: https://huggingface.co/herurg/whisper-tiny-minds14-en-us-audio-course
    Result: WER = 0.322904
    Requirement: normalized WER < 0.37

  3. Unit 6 - Text-to-Speech
    Model: https://huggingface.co/herurg/speecht5-minds14-en-us-audio-course
    The public model is tagged as text-to-speech and was published for the Unit 6 hands-on assignment.

Therefore I have 3/4 qualifying assignments, which should be sufficient for the Certificate of Completion.

However, the public progress checker is currently in Runtime Error:
https://huggingface.co/spaces/MariaK/Check-my-progress-Audio-Course

The checker source shows that it unconditionally tries to download:
huggingface-course/audio-course-u7-hands-on/usernames.csv

Source:
https://huggingface.co/spaces/MariaK/Check-my-progress-Audio-Course/blob/main/app.py

That dependency currently returns 404, so the checker crashes while evaluating Unit 7. Since Unit 7 is not required for a 3/4 Certificate of Completion, this infrastructure failure should not block users who already passed three assignments.

Could you please either:

  1. fix the progress/certification flow so a missing Unit 7 registry does not block Certificate of Completion for users who already passed 3/4 assignments, or
  2. manually issue/record the Certificate of Completion for Hugging Face username herurg based on the three public qualifying models above?

Certification Space:
https://huggingface.co/spaces/MariaK/Audio-Course-Certification

Thank you.

Sign up or log in to comment