patrickvonplaten / Wav2Vec2_PyCTCDecode

Small repo describing how to use Hugging Face's Wav2Vec2 with PyCTCDecode
110 stars 17 forks source link

KenLM autoconversion/fix #3

Closed deepconsc closed 2 years ago

deepconsc commented 2 years ago

Avoids the FormatLoadException error by doing automated token & ngram_1 line conversion.

patrickvonplaten commented 2 years ago

This looks very nice - thanks a lot @deepconsc !