Encountered Error When Using distil-medium.en and distil-small.en Model in OpenVINO™ Notebook
Content Type: Troubleshooting | Article ID: 000098421 | Last Reviewed: 04/13/2024
Encountered error when running OpenVINO™ Notebook 267-distil-whisper-asr if distil-medium.en model or distil-small.en model is used:
"distil-whisper/distil-medium.en" and "distil-whisper/distil-small.en" are missing 'lang_to_id' attributes
Upgrade transformer library into newer version:
!pip install sentence-transformers==2.3.1
!pip install transformers==4.37.2