xuliu15 commited on
Commit
342bf20
1 Parent(s): 606cec5

End of training

Browse files
Files changed (1) hide show
  1. README.md +44 -10
README.md CHANGED
@@ -5,9 +5,22 @@ tags:
5
  - generated_from_trainer
6
  datasets:
7
  - mozilla-foundation/common_voice_6_1
 
 
8
  model-index:
9
  - name: Whisper Small Frisian 1h
10
- results: []
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -17,13 +30,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 6.1 dataset.
19
  It achieves the following results on the evaluation set:
20
- - eval_loss: 0.9050
21
- - eval_wer: 43.8389
22
- - eval_runtime: 596.14
23
- - eval_samples_per_second: 5.066
24
- - eval_steps_per_second: 0.634
25
- - epoch: 7.8652
26
- - step: 700
27
 
28
  ## Model description
29
 
@@ -42,16 +50,42 @@ More information needed
42
  ### Training hyperparameters
43
 
44
  The following hyperparameters were used during training:
45
- - learning_rate: 3e-06
46
  - train_batch_size: 8
47
  - eval_batch_size: 8
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
  - lr_scheduler_warmup_steps: 50
52
- - training_steps: 1500
53
  - mixed_precision_training: Native AMP
54
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  ### Framework versions
56
 
57
  - Transformers 4.40.1
 
5
  - generated_from_trainer
6
  datasets:
7
  - mozilla-foundation/common_voice_6_1
8
+ metrics:
9
+ - wer
10
  model-index:
11
  - name: Whisper Small Frisian 1h
12
+ results:
13
+ - task:
14
+ name: Automatic Speech Recognition
15
+ type: automatic-speech-recognition
16
+ dataset:
17
+ name: Common Voice 6.1
18
+ type: mozilla-foundation/common_voice_6_1
19
+ args: 'config: frisian, split: test'
20
+ metrics:
21
+ - name: Wer
22
+ type: wer
23
+ value: 47.79183746212796
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
 
31
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 6.1 dataset.
32
  It achieves the following results on the evaluation set:
33
+ - Loss: 0.9900
34
+ - Wer: 47.7918
 
 
 
 
 
35
 
36
  ## Model description
37
 
 
50
  ### Training hyperparameters
51
 
52
  The following hyperparameters were used during training:
53
+ - learning_rate: 1e-06
54
  - train_batch_size: 8
55
  - eval_batch_size: 8
56
  - seed: 42
57
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
  - lr_scheduler_type: linear
59
  - lr_scheduler_warmup_steps: 50
60
+ - training_steps: 2000
61
  - mixed_precision_training: Native AMP
62
 
63
+ ### Training results
64
+
65
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
66
+ |:-------------:|:-------:|:----:|:---------------:|:-------:|
67
+ | 2.4073 | 1.1236 | 100 | 2.2555 | 82.9549 |
68
+ | 1.5143 | 2.2472 | 200 | 1.6651 | 73.4557 |
69
+ | 1.1865 | 3.3708 | 300 | 1.4237 | 65.1256 |
70
+ | 0.9368 | 4.4944 | 400 | 1.2874 | 59.4832 |
71
+ | 0.8009 | 5.6180 | 500 | 1.1957 | 56.5461 |
72
+ | 0.6722 | 6.7416 | 600 | 1.1345 | 54.6890 |
73
+ | 0.5726 | 7.8652 | 700 | 1.0894 | 53.1919 |
74
+ | 0.5068 | 8.9888 | 800 | 1.0575 | 51.7769 |
75
+ | 0.4239 | 10.1124 | 900 | 1.0351 | 50.8002 |
76
+ | 0.3799 | 11.2360 | 1000 | 1.0197 | 49.9198 |
77
+ | 0.295 | 12.3596 | 1100 | 1.0110 | 49.3673 |
78
+ | 0.2852 | 13.4831 | 1200 | 1.0022 | 48.7507 |
79
+ | 0.2478 | 14.6067 | 1300 | 0.9965 | 48.3800 |
80
+ | 0.2267 | 15.7303 | 1400 | 0.9931 | 48.1911 |
81
+ | 0.1986 | 16.8539 | 1500 | 0.9916 | 48.1412 |
82
+ | 0.1922 | 17.9775 | 1600 | 0.9907 | 47.9558 |
83
+ | 0.1724 | 19.1011 | 1700 | 0.9905 | 47.8703 |
84
+ | 0.1709 | 20.2247 | 1800 | 0.9900 | 47.9059 |
85
+ | 0.1749 | 21.3483 | 1900 | 0.9900 | 47.7598 |
86
+ | 0.145 | 22.4719 | 2000 | 0.9900 | 47.7918 |
87
+
88
+
89
  ### Framework versions
90
 
91
  - Transformers 4.40.1