Automatic Speech Recognition
Transformers
PyTorch
wav2vec2
audio
speech
african-languages
multilingual
simba
low-resource
speech-recognition
asr
Instructions to use UBC-NLP/Simba-X with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use UBC-NLP/Simba-X with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="UBC-NLP/Simba-X")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("UBC-NLP/Simba-X") model = AutoModelForCTC.from_pretrained("UBC-NLP/Simba-X") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- c510bcc0177348fce956c64fa929e6934cdef89d102fa638f8c5dfd5f9f2b161
- Size of remote file:
- 4.09 kB
- SHA256:
- 875cf88512c7fb59f5e0a63eea1c3c0b801f1d554bf17923c524c6414043ca0a
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.