huggingface / distil-whisper

Distilled variant of Whisper for speech recognition. 6x faster, 50% smaller, within 1% word error rate.
MIT License
3.32k stars 238 forks source link

any executable script for running on custom data/given dataset #99

Closed afsara-ben closed 3 months ago

afsara-ben commented 3 months ago

i am trying to execute the training script but falling into error datasets.exceptions.DatasetNotFoundError: Dataset 'mozilla-foundation/common_voice_13_0' doesn't exist on the Hub or cannot be accessed. If the dataset is private or gated, make sure to log in withhuggingface-cli loginor visit the dataset page at https://huggingface.co/datasets/mozilla-foundation/common_voice_13_0 to ask for access. How to resolve this?

afsara-ben commented 3 months ago

ok it was an issue with huggingface authorization, resolved now