Instructions to use speechbrain/asr-wav2vec2-dvoice-fongbe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use speechbrain/asr-wav2vec2-dvoice-fongbe with speechbrain:
from speechbrain.pretrained import EncoderASR model = EncoderASR.from_hparams( "speechbrain/asr-wav2vec2-dvoice-fongbe" ) model.transcribe_file("file.wav") - Notebooks
- Google Colab
- Kaggle
File size: 171 Bytes
d66003a | 1 2 3 4 5 6 7 8 | {
"do_normalize": true,
"feature_size": 1,
"padding_side": "right",
"padding_value": 0.0,
"return_attention_mask": true,
"sampling_rate": 16000
} |