Instructions to use billfass/fongbe_asr_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use billfass/fongbe_asr_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="billfass/fongbe_asr_model")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("billfass/fongbe_asr_model") model = AutoModelForCTC.from_pretrained("billfass/fongbe_asr_model") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
642e4df | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:896ad9e07a6484f2c6446d03f2b549ba1ed44b9ab0f977eb9af5eb0a84eff74b
size 1262110957
|