facebookresearch / fairseq

Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
MIT License
30.23k stars 6.38k forks source link

Outdated FLEURS audio dataset link in MMS ASR tutorial notebook #5514

Open yongzx opened 3 months ago

yongzx commented 3 months ago

🐛 Bug

To Reproduce

Steps to reproduce the behavior (always include the command you ran):

Error in section 3: "Prepare Audio File" of MMS ASR tutorial notebook examples/mms/asr/tutorial/MMS_ASR_Inference_Colab.ipynb

  1. Run command wget 'https://datasets-server.huggingface.co/assets/google/fleurs/--/en_us/train/0/audio/audio.mp3'
  2. Error message of 403 Forbidden

Code sample

wget 'https://datasets-server.huggingface.co/assets/google/fleurs/--/en_us/train/0/audio/audio.mp3'
# HTTP request sent, awaiting response... 403 Forbidden

Expected behavior

It should download the FLEURS dataset. The bug is due to the outdated dataset link on HuggingFace.

Environment

Additional context