Automatic Speech Recognition
Transformers
Safetensors
Tswana
vits
text-to-audio
audio
speech
african-languages
multilingual
simba
low-resource
speech-recognition
asr
Instructions to use UBC-NLP/Simba-TTS-tsn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use UBC-NLP/Simba-TTS-tsn with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="UBC-NLP/Simba-TTS-tsn")# Load model directly from transformers import AutoTokenizer, AutoModelForTextToWaveform tokenizer = AutoTokenizer.from_pretrained("UBC-NLP/Simba-TTS-tsn") model = AutoModelForTextToWaveform.from_pretrained("UBC-NLP/Simba-TTS-tsn", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| " ": 26, | |
| "'": 4, | |
| "-": 18, | |
| "_": 25, | |
| "a": 20, | |
| "b": 22, | |
| "c": 24, | |
| "d": 15, | |
| "e": 27, | |
| "f": 19, | |
| "g": 13, | |
| "h": 0, | |
| "i": 16, | |
| "j": 12, | |
| "k": 11, | |
| "l": 5, | |
| "m": 7, | |
| "n": 14, | |
| "o": 8, | |
| "p": 9, | |
| "q": 29, | |
| "r": 6, | |
| "s": 3, | |
| "t": 17, | |
| "u": 28, | |
| "v": 10, | |
| "w": 2, | |
| "x": 21, | |
| "y": 23, | |
| "z": 1 | |
| } | |