Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yongzx opened this issue Jul 1, 2024 · 0 comments · May be fixed by #5515
Open

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

yongzx opened this issue Jul 1, 2024 · 0 comments · May be fixed by #5515

Comments

@yongzx
Copy link

yongzx commented Jul 1, 2024

🐛 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

  • fairseq Version (e.g., 1.0 or main): main
  • PyTorch Version (e.g., 1.0): 2.3.1
  • OS (e.g., Linux): Linux
  • How you installed fairseq (pip, source): source
  • Build command you used (if compiling from source): pip3 install --editable ./
  • Python version: 3.10.12
  • CUDA/cuDNN version: 12.1
  • GPU models and configuration:
  • Any other relevant information:

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant