Automatic Speech Recognition
Transformers
Safetensors
Yoruba
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use EYEDOL/whisper-tiny-yoruba3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EYEDOL/whisper-tiny-yoruba3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="EYEDOL/whisper-tiny-yoruba3")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("EYEDOL/whisper-tiny-yoruba3") model = AutoModelForSpeechSeq2Seq.from_pretrained("EYEDOL/whisper-tiny-yoruba3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
README.md
CHANGED
|
@@ -1,22 +1,36 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
|
|
|
|
|
|
| 3 |
license: apache-2.0
|
| 4 |
base_model: EYEDOL/whisper-tiny-yoruba2
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
|
|
|
|
|
|
| 7 |
metrics:
|
| 8 |
- wer
|
| 9 |
model-index:
|
| 10 |
-
- name: whisper-tiny-yoruba3
|
| 11 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 15 |
should probably proofread and complete it, then remove this comment. -->
|
| 16 |
|
| 17 |
-
# whisper-tiny-yoruba3
|
| 18 |
|
| 19 |
-
This model is a fine-tuned version of [EYEDOL/whisper-tiny-yoruba2](https://huggingface.co/EYEDOL/whisper-tiny-yoruba2) on
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
- Loss: 0.7111
|
| 22 |
- Wer Ortho: 0.7096
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
+
language:
|
| 4 |
+
- yo
|
| 5 |
license: apache-2.0
|
| 6 |
base_model: EYEDOL/whisper-tiny-yoruba2
|
| 7 |
tags:
|
| 8 |
- generated_from_trainer
|
| 9 |
+
datasets:
|
| 10 |
+
- EYEDOL/naija-voices-yoruba-split_0-6
|
| 11 |
metrics:
|
| 12 |
- wer
|
| 13 |
model-index:
|
| 14 |
+
- name: EYEDOL/whisper-tiny-yoruba3
|
| 15 |
+
results:
|
| 16 |
+
- task:
|
| 17 |
+
name: Automatic Speech Recognition
|
| 18 |
+
type: automatic-speech-recognition
|
| 19 |
+
dataset:
|
| 20 |
+
name: EYEDOL/naija-voices-yoruba-split_0-6
|
| 21 |
+
type: EYEDOL/naija-voices-yoruba-split_0-6
|
| 22 |
+
metrics:
|
| 23 |
+
- name: Wer
|
| 24 |
+
type: wer
|
| 25 |
+
value: 0.6293283063796011
|
| 26 |
---
|
| 27 |
|
| 28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 29 |
should probably proofread and complete it, then remove this comment. -->
|
| 30 |
|
| 31 |
+
# EYEDOL/whisper-tiny-yoruba3
|
| 32 |
|
| 33 |
+
This model is a fine-tuned version of [EYEDOL/whisper-tiny-yoruba2](https://huggingface.co/EYEDOL/whisper-tiny-yoruba2) on the EYEDOL/naija-voices-yoruba-split_0-6 dataset.
|
| 34 |
It achieves the following results on the evaluation set:
|
| 35 |
- Loss: 0.7111
|
| 36 |
- Wer Ortho: 0.7096
|