Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Shona
whisper
audio
multi-stage-finetuning
Eval Results (legacy)
Instructions to use Code-Dev/whisper-small-shona-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Code-Dev/whisper-small-shona-v3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Code-Dev/whisper-small-shona-v3")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Code-Dev/whisper-small-shona-v3") model = AutoModelForSpeechSeq2Seq.from_pretrained("Code-Dev/whisper-small-shona-v3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
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 966995080
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8f98d7fe21d6925d9ee65e8ea891c23d708efabfc7984f74bd7d230388dbbf7
|
| 3 |
size 966995080
|