audio-transformers-course icon indicating copy to clipboard operation
audio-transformers-course copied to clipboard

The Hugging Face Course on Transformers for Audio

Results 69 audio-transformers-course issues
Sort by recently updated
recently updated
newest added

It says: ``` Format code samples automatically and check *IS* there are any problems left that need manual fixing ``` instead of ``` Format code samples automatically and check *IF*...

This addresses an issue in the Whisper feature extraction example in Preprocessing Audio Data documentation where the example code doesn't handle sampling rate mismatches. I encountered a ValueError when using...

This PR fixes a bug in the filtering step for computing normalized WER. Previously, predictions and references were filtered separately, which could cause misalignment. Now, both lists are filtered together...

Unit 7 - Section "Transcribe a meeting" Needs to be updated regarder latest modifications of pyannote library. ![image](https://github.com/user-attachments/assets/3da57174-58b6-463d-983d-4a167e8f447a)

I wasn't able to run the following code in unit 7 last section: ![image](https://github.com/user-attachments/assets/1dc5a6ea-2bf0-4cb2-b4c8-b4de9716356d) HfAgent seems to be deprecated but couldn't manage to find the equivalent tool in Agents &...

Hi folks, When executing the following block cell (from Unit 6 of the Audio Course - subsection "Fine-tune SpeechT5") in my notebook environnement: ``` from datasets import load_dataset dataset =...

Hi Shouldn't the word highlighted in yellow be "tokenizer" instead of "processor"? It's not much but if it is indeed a mistake it is confusing. ![image](https://github.com/user-attachments/assets/44d390ff-6e0b-4ee5-9734-96832dbf9be0) Cheers