Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
Arabic
whisper
Generated from Trainer
Eval Results (legacy)
Instructions to use deepdml/whisper-base-ar-mix-norm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use deepdml/whisper-base-ar-mix-norm with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="deepdml/whisper-base-ar-mix-norm")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("deepdml/whisper-base-ar-mix-norm") model = AutoModelForSpeechSeq2Seq.from_pretrained("deepdml/whisper-base-ar-mix-norm") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
README.md
CHANGED
|
@@ -6,6 +6,9 @@ base_model: openai/whisper-base
|
|
| 6 |
tags:
|
| 7 |
- generated_from_trainer
|
| 8 |
datasets:
|
|
|
|
|
|
|
|
|
|
| 9 |
- mozilla-foundation/common_voice_17_0
|
| 10 |
metrics:
|
| 11 |
- wer
|
|
@@ -17,14 +20,14 @@ model-index:
|
|
| 17 |
type: automatic-speech-recognition
|
| 18 |
dataset:
|
| 19 |
name: Common Voice 17.0
|
| 20 |
-
type:
|
| 21 |
config: ar
|
| 22 |
split: test
|
| 23 |
args: ar
|
| 24 |
metrics:
|
| 25 |
- name: Wer
|
| 26 |
type: wer
|
| 27 |
-
value:
|
| 28 |
---
|
| 29 |
|
| 30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -34,8 +37,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 34 |
|
| 35 |
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the Common Voice 17.0 dataset.
|
| 36 |
It achieves the following results on the evaluation set:
|
| 37 |
-
- Loss: 2.
|
| 38 |
-
- Wer:
|
| 39 |
|
| 40 |
## Model description
|
| 41 |
|
|
@@ -65,13 +68,13 @@ The following hyperparameters were used during training:
|
|
| 65 |
|
| 66 |
### Training results
|
| 67 |
|
| 68 |
-
| Training Loss | Epoch
|
| 69 |
-
|:-------------:|:-----
|
| 70 |
-
| 0.
|
| 71 |
-
| 0.
|
| 72 |
-
| 0.
|
| 73 |
-
| 0.
|
| 74 |
-
| 0.
|
| 75 |
|
| 76 |
|
| 77 |
### Framework versions
|
|
|
|
| 6 |
tags:
|
| 7 |
- generated_from_trainer
|
| 8 |
datasets:
|
| 9 |
+
- UBC-NLP/Casablanca
|
| 10 |
+
- google/fleurs
|
| 11 |
+
- ymoslem/MediaSpeech
|
| 12 |
- mozilla-foundation/common_voice_17_0
|
| 13 |
metrics:
|
| 14 |
- wer
|
|
|
|
| 20 |
type: automatic-speech-recognition
|
| 21 |
dataset:
|
| 22 |
name: Common Voice 17.0
|
| 23 |
+
type: UBC-NLP/Casablanca
|
| 24 |
config: ar
|
| 25 |
split: test
|
| 26 |
args: ar
|
| 27 |
metrics:
|
| 28 |
- name: Wer
|
| 29 |
type: wer
|
| 30 |
+
value: 60.7676585850631
|
| 31 |
---
|
| 32 |
|
| 33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 37 |
|
| 38 |
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the Common Voice 17.0 dataset.
|
| 39 |
It achieves the following results on the evaluation set:
|
| 40 |
+
- Loss: 2.6739
|
| 41 |
+
- Wer: 60.7677
|
| 42 |
|
| 43 |
## Model description
|
| 44 |
|
|
|
|
| 68 |
|
| 69 |
### Training results
|
| 70 |
|
| 71 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 72 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
| 73 |
+
| 0.6127 | 0.2 | 1000 | 2.1392 | 51.3435 |
|
| 74 |
+
| 0.3365 | 0.4 | 2000 | 2.4225 | 48.5384 |
|
| 75 |
+
| 0.2029 | 0.6 | 3000 | 2.5954 | 50.8035 |
|
| 76 |
+
| 0.1403 | 0.8 | 4000 | 2.7056 | 53.3236 |
|
| 77 |
+
| 0.1053 | 1.0 | 5000 | 2.6739 | 60.7677 |
|
| 78 |
|
| 79 |
|
| 80 |
### Framework versions
|