audio-transformers-course
audio-transformers-course copied to clipboard
The Hugging Face Course on Transformers for Audio
fix #188
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. 
I wasn't able to run the following code in unit 7 last section:  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.  Cheers