elsayedissa
commited on
Commit
•
0e3b9d4
1
Parent(s):
9b939cb
update model card README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Wer: 20.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -43,7 +43,7 @@ The following hyperparameters were used during training:
|
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
- lr_scheduler_warmup_steps: 500
|
46 |
-
- training_steps:
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
@@ -65,6 +65,16 @@ The following hyperparameters were used during training:
|
|
65 |
| 0.2471 | 1.69 | 13000 | 0.4259 | 22.8940 |
|
66 |
| 0.2357 | 1.82 | 14000 | 0.3936 | 21.6018 |
|
67 |
| 0.2292 | 1.95 | 15000 | 0.3776 | 20.8004 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
|
69 |
|
70 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.4485
|
20 |
+
- Wer: 20.6842
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
- lr_scheduler_warmup_steps: 500
|
46 |
+
- training_steps: 25000
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
|
|
65 |
| 0.2471 | 1.69 | 13000 | 0.4259 | 22.8940 |
|
66 |
| 0.2357 | 1.82 | 14000 | 0.3936 | 21.6018 |
|
67 |
| 0.2292 | 1.95 | 15000 | 0.3776 | 20.8004 |
|
68 |
+
| 0.1493 | 2.08 | 16000 | 0.4599 | 24.0491 |
|
69 |
+
| 0.1708 | 2.21 | 17000 | 0.4370 | 23.3443 |
|
70 |
+
| 0.1385 | 2.34 | 18000 | 0.4277 | 22.3171 |
|
71 |
+
| 0.1288 | 2.47 | 19000 | 0.4050 | 21.0118 |
|
72 |
+
| 0.1627 | 2.6 | 20000 | 0.4507 | 23.4004 |
|
73 |
+
| 0.1675 | 2.73 | 21000 | 0.4346 | 22.8261 |
|
74 |
+
| 0.159 | 2.86 | 22000 | 0.4179 | 22.2949 |
|
75 |
+
| 0.1458 | 2.99 | 23000 | 0.3978 | 21.0810 |
|
76 |
+
| 0.0487 | 3.12 | 24000 | 0.4456 | 20.8617 |
|
77 |
+
| 0.0401 | 3.25 | 25000 | 0.4485 | 20.6842 |
|
78 |
|
79 |
|
80 |
### Framework versions
|