Update README.md
Browse files
README.md
CHANGED
@@ -33,6 +33,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
# Whisper Small ar - Mohammed Bakheet
|
35 |
|
|
|
|
|
36 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
- Loss: 0.2758
|
@@ -40,7 +42,7 @@ It achieves the following results on the evaluation set:
|
|
40 |
|
41 |
## Model description
|
42 |
|
43 |
-
|
44 |
|
45 |
## Intended uses & limitations
|
46 |
|
@@ -48,10 +50,12 @@ More information needed
|
|
48 |
|
49 |
## Training and evaluation data
|
50 |
|
51 |
-
|
52 |
|
53 |
## Training procedure
|
54 |
|
|
|
|
|
55 |
### Training hyperparameters
|
56 |
|
57 |
The following hyperparameters were used during training:
|
|
|
33 |
|
34 |
# Whisper Small ar - Mohammed Bakheet
|
35 |
|
36 |
+
نموذج كلام الصغير للتعرف على الصوت، هذا النموذج يتميز بدقة عالية في التعرف على الصوت باللغة العربية
|
37 |
+
|
38 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
|
39 |
It achieves the following results on the evaluation set:
|
40 |
- Loss: 0.2758
|
|
|
42 |
|
43 |
## Model description
|
44 |
|
45 |
+
This model is a fine-tuned version of openai/whisper-small on the Common Voice 11.0 dataset. It achieves 20.32 WER. Data augmentation can be implemented to further improve the model performance.
|
46 |
|
47 |
## Intended uses & limitations
|
48 |
|
|
|
50 |
|
51 |
## Training and evaluation data
|
52 |
|
53 |
+
This model is trained on the Common Voice 11.0 dataset.
|
54 |
|
55 |
## Training procedure
|
56 |
|
57 |
+
The model is trained on 64 cores CPU, Nvidia 4070 Ti with 24 GB VRAM, and 100GB Disk space. The GPU utilization reached 100%. Please check the training hyperparameters below.
|
58 |
+
|
59 |
### Training hyperparameters
|
60 |
|
61 |
The following hyperparameters were used during training:
|