huggingface / distil-whisper

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

save the config/processor/generation config during intermediate saves #140

Closed eustlb closed 3 months ago

eustlb commented 3 months ago

As discussed here, this PR simply saves config/processor/generation config to make checkpoints evaluable using run_eval.py.