Automatic Speech Recognition
Transformers
Safetensors
Southern Sotho
vits
text-to-audio
audio
speech
african-languages
multilingual
simba
low-resource
speech-recognition
asr
Instructions to use UBC-NLP/Simba-TTS-sot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use UBC-NLP/Simba-TTS-sot with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="UBC-NLP/Simba-TTS-sot")# Load model directly from transformers import AutoTokenizer, AutoModelForTextToWaveform tokenizer = AutoTokenizer.from_pretrained("UBC-NLP/Simba-TTS-sot") model = AutoModelForTextToWaveform.from_pretrained("UBC-NLP/Simba-TTS-sot") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 145224568
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c798a9db7a0fa506b31ebe6212af4c4b5b84d74428448e578bb3e1e48db5ead5
|
| 3 |
size 145224568
|