sqrk commited on
Commit
cb72613
·
verified ·
1 Parent(s): 6b12d86

Model save

Browse files
README.md CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
3
  base_model: openai/whisper-large-v3
4
  tags:
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: uaspeech-whisper-lg-3-Nov3
8
  results: []
@@ -15,13 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - eval_loss: 0.0571
19
- - eval_wer: 8.1245
20
- - eval_runtime: 1939.1388
21
- - eval_samples_per_second: 1.276
22
- - eval_steps_per_second: 0.16
23
- - epoch: 2.0844
24
- - step: 2900
25
 
26
  ## Model description
27
 
@@ -52,6 +49,41 @@ The following hyperparameters were used during training:
52
  - num_epochs: 100
53
  - mixed_precision_training: Native AMP
54
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  ### Framework versions
56
 
57
  - Transformers 4.43.4
 
3
  base_model: openai/whisper-large-v3
4
  tags:
5
  - generated_from_trainer
6
+ metrics:
7
+ - wer
8
  model-index:
9
  - name: uaspeech-whisper-lg-3-Nov3
10
  results: []
 
17
 
18
  This model is a fine-tuned version of [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0571
21
+ - Wer: 8.1245
 
 
 
 
 
22
 
23
  ## Model description
24
 
 
49
  - num_epochs: 100
50
  - mixed_precision_training: Native AMP
51
 
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
55
+ |:-------------:|:------:|:----:|:---------------:|:-------:|
56
+ | 1.7741 | 0.0719 | 100 | 0.6537 | 58.1245 |
57
+ | 0.4975 | 0.1437 | 200 | 0.4079 | 39.8141 |
58
+ | 0.3739 | 0.2156 | 300 | 0.3398 | 33.3872 |
59
+ | 0.3037 | 0.2875 | 400 | 0.2941 | 30.2344 |
60
+ | 0.2783 | 0.3593 | 500 | 0.2456 | 26.1116 |
61
+ | 0.2568 | 0.4312 | 600 | 0.2270 | 25.1011 |
62
+ | 0.2012 | 0.5031 | 700 | 0.2372 | 25.9903 |
63
+ | 0.2139 | 0.5749 | 800 | 0.1828 | 21.3015 |
64
+ | 0.1649 | 0.6468 | 900 | 0.1750 | 19.7656 |
65
+ | 0.149 | 0.7186 | 1000 | 0.1640 | 19.4826 |
66
+ | 0.146 | 0.7905 | 1100 | 0.1444 | 17.5829 |
67
+ | 0.1424 | 0.8624 | 1200 | 0.1305 | 15.5214 |
68
+ | 0.116 | 0.9342 | 1300 | 0.1294 | 16.3703 |
69
+ | 0.121 | 1.0061 | 1400 | 0.1210 | 16.1277 |
70
+ | 0.0755 | 1.0783 | 1500 | 0.1022 | 13.7833 |
71
+ | 0.0754 | 1.1502 | 1600 | 0.0814 | 11.1156 |
72
+ | 0.0919 | 1.2221 | 1700 | 0.0849 | 11.6815 |
73
+ | 0.0801 | 1.2939 | 1800 | 0.0827 | 11.4794 |
74
+ | 0.0751 | 1.3658 | 1900 | 0.0757 | 10.3476 |
75
+ | 0.0727 | 1.4377 | 2000 | 0.0820 | 11.2773 |
76
+ | 0.0797 | 1.5095 | 2100 | 0.0582 | 8.5287 |
77
+ | 0.0712 | 1.5814 | 2200 | 0.0672 | 10.2264 |
78
+ | 0.0655 | 1.6533 | 2300 | 0.0736 | 10.2668 |
79
+ | 0.0635 | 1.7251 | 2400 | 0.0641 | 9.4988 |
80
+ | 0.0646 | 1.7970 | 2500 | 0.0552 | 8.8521 |
81
+ | 0.0618 | 1.8688 | 2600 | 0.0596 | 8.3670 |
82
+ | 0.063 | 1.9407 | 2700 | 0.0517 | 7.7607 |
83
+ | 0.0628 | 2.0126 | 2800 | 0.0448 | 6.2247 |
84
+ | 0.029 | 2.0844 | 2900 | 0.0571 | 8.1245 |
85
+
86
+
87
  ### Framework versions
88
 
89
  - Transformers 4.43.4
model-00001-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:24d3d2ce95545054fff4d663ece57c9c96866e5b8e5d9fe91ee15c15bcd001db
3
  size 4993448880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9aac88e2f1caffb990bafa13ee9c400b44e02e752745b7bed9c7561028f3a962
3
  size 4993448880
model-00002-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9305089487c9b64a2a89732f7b2abb852185aee282d282450ca736e7ec091b2f
3
  size 1180663192
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dcfeba848d7c6baeafa6265dcd8afa7d6dcffd1ef62772672ea5f294c2a8e36
3
  size 1180663192