In Lesson 6 - Automatic Speech Recognition,
When the notebook is downloaded and run on my machine, I gets an error,
Attribute Error: 'GenerationConfig' object has no attribute 'lang_to_id'
However, I was able to figure it out and fix it by installing sentence-transformers 2.3.1 and transformers 4.37.2 using
Solution
pip install sentence-transformers==2.3.1
pip install transformers==4.37.2