Automatic Speech Recognition
Transformers
Safetensors
Swahili
English
whisper
Generated from Trainer
Instructions to use Jacaranda-Health/ASR-STT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Jacaranda-Health/ASR-STT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Jacaranda-Health/ASR-STT")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("Jacaranda-Health/ASR-STT") model = AutoModelForSpeechSeq2Seq.from_pretrained("Jacaranda-Health/ASR-STT") - Notebooks
- Google Colab
- Kaggle
Upload 2 files
Browse files- model.safetensors +3 -0
- training_args.bin +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:988f7a6046bdcb3c96f49a6089c601d12b915b5774caf8fbe7bb901fc42ccc72
|
| 3 |
+
size 3055544304
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc4d4a56a3042c24055e4351b825f82a5f11cd736bc184a53187164c0270c9c2
|
| 3 |
+
size 5432
|