linshoufan
commited on
Commit
•
49f6b30
1
Parent(s):
62c2826
End of training
Browse files
README.md
CHANGED
@@ -19,8 +19,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 15.0 and 16.1 dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Wer:
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -46,7 +46,7 @@ The following hyperparameters were used during training:
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_steps: 500
|
49 |
-
- num_epochs:
|
50 |
- mixed_precision_training: Native AMP
|
51 |
|
52 |
### Training results
|
@@ -56,6 +56,9 @@ The following hyperparameters were used during training:
|
|
56 |
| 0.4172 | 0.32 | 1000 | 0.4641 | 82.9494 |
|
57 |
| 0.2962 | 0.64 | 2000 | 0.3834 | 73.8040 |
|
58 |
| 0.229 | 0.97 | 3000 | 0.3537 | 70.0423 |
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 15.0 and 16.1 dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.3526
|
23 |
+
- Wer: 67.6707
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_steps: 500
|
49 |
+
- num_epochs: 2
|
50 |
- mixed_precision_training: Native AMP
|
51 |
|
52 |
### Training results
|
|
|
56 |
| 0.4172 | 0.32 | 1000 | 0.4641 | 82.9494 |
|
57 |
| 0.2962 | 0.64 | 2000 | 0.3834 | 73.8040 |
|
58 |
| 0.229 | 0.97 | 3000 | 0.3537 | 70.0423 |
|
59 |
+
| 0.1994 | 1.29 | 4000 | 0.3685 | 71.1599 |
|
60 |
+
| 0.1693 | 1.61 | 5000 | 0.3551 | 67.8206 |
|
61 |
+
| 0.1398 | 1.93 | 6000 | 0.3526 | 67.6707 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
runs/Mar18_07-17-16_17b65097fa05/events.out.tfevents.1710746264.17b65097fa05.27.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:417468931ebf6fa470821648b722c1e8a3387ef4c8276114332c957258e137bd
|
3 |
+
size 33789
|