The base model pretrained on 16kHz sampled speech audio. When using the model make sure that your speech input is also sampled at 16Khz.
Note: This model does not have a tokenizer as it was pretrained on audio alone. In order to use this model
speech recognition, a tokenizer should be created and the model should be fine-tuned on labeled text data. Check out
this blog for more in-detail explanation of how to fine-tune the model.
See
this blog for more information on how to fine-tune the model. Note that the class
Wav2Vec2ForCTC has to be replaced by
HubertForCTC.