Automatic Speech Recognition
Transformers
Safetensors
wav2vec2
Generated from Trainer
Eval Results (legacy)
Instructions to use dmusingu/XLS-R-SWAHILI-ASR-CV-14-1B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dmusingu/XLS-R-SWAHILI-ASR-CV-14-1B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="dmusingu/XLS-R-SWAHILI-ASR-CV-14-1B")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("dmusingu/XLS-R-SWAHILI-ASR-CV-14-1B") model = AutoModelForCTC.from_pretrained("dmusingu/XLS-R-SWAHILI-ASR-CV-14-1B") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 4800
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3850260092
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f173456a0439988e28dce266d47faf42ad620fad3deb64e0ba20f6951c54f86c
|
| 3 |
size 3850260092
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4984
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6976bd0f346edb18e34f761197839b28cc63dc7989f91a3c859539c558391c9
|
| 3 |
size 4984
|