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

feat: add early stopping #134

Open thomaschhh opened 3 weeks ago

thomaschhh commented 3 weeks ago

I feel like early stopping could be helpful during the distillation. As of now, I haven't applied the changes that I made to the JAX implementation.