You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to integrate my trained kenlm model along wav2vec2-large-xlsr-53-th and encountered mismatch in vocab size 70 != 72.
The mismatched characters are the start and end tokens and .
When trying to load some other pre-trained model I haven't encountered this issue.
I have built the decoder with build_ctcdecoder from pyctcdecode
Any leads? Thank you very much
The text was updated successfully, but these errors were encountered:
Hi,
I was trying to integrate my trained kenlm model along
wav2vec2-large-xlsr-53-th
and encountered mismatch in vocab size 70 != 72.The mismatched characters are the start and end tokens
and.When trying to load some other pre-trained model I haven't encountered this issue.
I have built the decoder with
build_ctcdecoder
frompyctcdecode
Any leads? Thank you very much
The text was updated successfully, but these errors were encountered: