datdo2717 commited on
Commit
aa2a045
·
verified ·
1 Parent(s): 4d4414e

End of training

Browse files
Files changed (1) hide show
  1. README.md +15 -17
README.md CHANGED
@@ -23,7 +23,7 @@ model-index:
23
  metrics:
24
  - name: Wer
25
  type: wer
26
- value: 20.273713328965567
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -33,8 +33,8 @@ should probably proofread and complete it, then remove this comment. -->
33
 
34
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
35
  It achieves the following results on the evaluation set:
36
- - Loss: 0.5645
37
- - Wer: 20.2737
38
 
39
  ## Model description
40
 
@@ -60,26 +60,24 @@ The following hyperparameters were used during training:
60
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
61
  - lr_scheduler_type: linear
62
  - lr_scheduler_warmup_steps: 200
63
- - training_steps: 1300
64
  - mixed_precision_training: Native AMP
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Wer |
69
  |:-------------:|:------:|:----:|:---------------:|:-------:|
70
- | 0.5785 | 0.2222 | 100 | 0.6052 | 21.5622 |
71
- | 0.5063 | 0.4444 | 200 | 0.5657 | 21.1618 |
72
- | 0.5192 | 0.6667 | 300 | 0.5506 | 24.1392 |
73
- | 0.4677 | 0.8889 | 400 | 0.5444 | 22.5595 |
74
- | 0.2711 | 1.1111 | 500 | 0.5458 | 20.9726 |
75
- | 0.2687 | 1.3333 | 600 | 0.5454 | 20.3683 |
76
- | 0.3148 | 1.5556 | 700 | 0.5350 | 20.2519 |
77
- | 0.248 | 1.7778 | 800 | 0.5367 | 20.2737 |
78
- | 0.2832 | 2.0 | 900 | 0.5327 | 20.3538 |
79
- | 0.133 | 2.2222 | 1000 | 0.5632 | 20.1645 |
80
- | 0.1281 | 2.4444 | 1100 | 0.5651 | 20.1427 |
81
- | 0.1552 | 2.6667 | 1200 | 0.5622 | 20.1791 |
82
- | 0.1633 | 2.8889 | 1300 | 0.5645 | 20.2737 |
83
 
84
 
85
  ### Framework versions
 
23
  metrics:
24
  - name: Wer
25
  type: wer
26
+ value: 19.127375087966218
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
33
 
34
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
35
  It achieves the following results on the evaluation set:
36
+ - Loss: 0.5081
37
+ - Wer: 19.1274
38
 
39
  ## Model description
40
 
 
60
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
61
  - lr_scheduler_type: linear
62
  - lr_scheduler_warmup_steps: 200
63
+ - training_steps: 1100
64
  - mixed_precision_training: Native AMP
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Wer |
69
  |:-------------:|:------:|:----:|:---------------:|:-------:|
70
+ | 0.6002 | 0.2222 | 100 | 0.5593 | 21.0556 |
71
+ | 0.4758 | 0.4444 | 200 | 0.5197 | 20.4011 |
72
+ | 0.4916 | 0.6667 | 300 | 0.5082 | 21.7101 |
73
+ | 0.4612 | 0.8889 | 400 | 0.4973 | 19.7467 |
74
+ | 0.2709 | 1.1111 | 500 | 0.4971 | 20.9500 |
75
+ | 0.2823 | 1.3333 | 600 | 0.4974 | 19.4300 |
76
+ | 0.2819 | 1.5556 | 700 | 0.4943 | 19.2892 |
77
+ | 0.2817 | 1.7778 | 800 | 0.4930 | 19.5496 |
78
+ | 0.2752 | 2.0 | 900 | 0.4885 | 19.3878 |
79
+ | 0.1722 | 2.2222 | 1000 | 0.5053 | 19.1414 |
80
+ | 0.1383 | 2.4444 | 1100 | 0.5081 | 19.1274 |
 
 
81
 
82
 
83
  ### Framework versions