WafaaFraih
commited on
Commit
•
e0ace4b
1
Parent(s):
5906fe2
End of training
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Wer
|
23 |
type: wer
|
24 |
-
value: 48.
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,9 +31,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Darija STT Mix dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 0.
|
35 |
-
- Wer Ortho:
|
36 |
-
- Wer: 48.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -61,16 +61,15 @@ The following hyperparameters were used during training:
|
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
63 |
- lr_scheduler_warmup_steps: 200
|
64 |
-
- training_steps:
|
65 |
- mixed_precision_training: Native AMP
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
70 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:-------:|
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.2405 | 2.5210 | 1500 | 0.6476 | 53.1133 | 48.3827 |
|
74 |
|
75 |
|
76 |
### Framework versions
|
|
|
21 |
metrics:
|
22 |
- name: Wer
|
23 |
type: wer
|
24 |
+
value: 48.704815730601666
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Darija STT Mix dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.6617
|
35 |
+
- Wer Ortho: 52.9142
|
36 |
+
- Wer: 48.7048
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
63 |
- lr_scheduler_warmup_steps: 200
|
64 |
+
- training_steps: 1000
|
65 |
- mixed_precision_training: Native AMP
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
70 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:-------:|
|
71 |
+
| 0.6715 | 0.8203 | 500 | 0.7303 | 64.8593 | 60.5440 |
|
72 |
+
| 0.4268 | 1.6407 | 1000 | 0.6617 | 52.9142 | 48.7048 |
|
|
|
73 |
|
74 |
|
75 |
### Framework versions
|