javadr commited on
Commit
d5e077a
1 Parent(s): 8fa7b39

End of training

Browse files
Files changed (2) hide show
  1. README.md +78 -12
  2. model.safetensors +1 -1
README.md CHANGED
@@ -7,10 +7,25 @@ tags:
7
  - fa-asr-leaderboard
8
  - generated_from_trainer
9
  datasets:
10
- - mozilla-foundation/common_voice_3_0
 
 
11
  model-index:
12
  - name: Whisper Tiny Fa - Javad Razavian
13
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -18,15 +33,10 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # Whisper Tiny Fa - Javad Razavian
20
 
21
- This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Common Voice 3.0 dataset.
22
  It achieves the following results on the evaluation set:
23
- - eval_loss: 0.9118
24
- - eval_wer: 98.7467
25
- - eval_runtime: 617.4423
26
- - eval_samples_per_second: 3.406
27
- - eval_steps_per_second: 0.107
28
- - epoch: 29.08
29
- - step: 4100
30
 
31
  ## Model description
32
 
@@ -47,7 +57,7 @@ More information needed
47
  The following hyperparameters were used during training:
48
  - learning_rate: 1e-06
49
  - train_batch_size: 16
50
- - eval_batch_size: 32
51
  - seed: 42
52
  - gradient_accumulation_steps: 2
53
  - total_train_batch_size: 32
@@ -57,9 +67,65 @@ The following hyperparameters were used during training:
57
  - training_steps: 5000
58
  - mixed_precision_training: Native AMP
59
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  ### Framework versions
61
 
62
  - Transformers 4.37.0.dev0
63
  - Pytorch 2.1.0+cu121
64
- - Datasets 2.16.0
65
  - Tokenizers 0.15.0
 
7
  - fa-asr-leaderboard
8
  - generated_from_trainer
9
  datasets:
10
+ - mozilla-foundation/common_voice_16_0
11
+ metrics:
12
+ - wer
13
  model-index:
14
  - name: Whisper Tiny Fa - Javad Razavian
15
+ results:
16
+ - task:
17
+ name: Automatic Speech Recognition
18
+ type: automatic-speech-recognition
19
+ dataset:
20
+ name: Common Voice 16.0
21
+ type: mozilla-foundation/common_voice_16_0
22
+ config: fa
23
+ split: test
24
+ args: 'config: fa, split: test'
25
+ metrics:
26
+ - name: Wer
27
+ type: wer
28
+ value: 94.28095502498613
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
33
 
34
  # Whisper Tiny Fa - Javad Razavian
35
 
36
+ This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Common Voice 16.0 dataset.
37
  It achieves the following results on the evaluation set:
38
+ - Loss: 0.9459
39
+ - Wer: 94.2810
 
 
 
 
 
40
 
41
  ## Model description
42
 
 
57
  The following hyperparameters were used during training:
58
  - learning_rate: 1e-06
59
  - train_batch_size: 16
60
+ - eval_batch_size: 256
61
  - seed: 42
62
  - gradient_accumulation_steps: 2
63
  - total_train_batch_size: 32
 
67
  - training_steps: 5000
68
  - mixed_precision_training: Native AMP
69
 
70
+ ### Training results
71
+
72
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
73
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
74
+ | 4.6309 | 0.08 | 100 | 4.1290 | 140.4220 |
75
+ | 2.5371 | 0.16 | 200 | 2.5264 | 128.3176 |
76
+ | 1.5224 | 0.24 | 300 | 1.7147 | 120.6830 |
77
+ | 1.2351 | 0.33 | 400 | 1.4970 | 112.3542 |
78
+ | 1.073 | 0.41 | 500 | 1.3917 | 103.7479 |
79
+ | 1.0077 | 0.49 | 600 | 1.3232 | 104.2199 |
80
+ | 0.9541 | 0.57 | 700 | 1.2781 | 99.6669 |
81
+ | 0.8933 | 0.65 | 800 | 1.2369 | 99.8612 |
82
+ | 0.8746 | 0.73 | 900 | 1.2076 | 99.5003 |
83
+ | 0.8306 | 0.81 | 1000 | 1.1809 | 99.8890 |
84
+ | 0.8309 | 0.89 | 1100 | 1.1583 | 96.5297 |
85
+ | 0.7982 | 0.98 | 1200 | 1.1370 | 94.2254 |
86
+ | 0.7719 | 1.06 | 1300 | 1.1243 | 96.8351 |
87
+ | 0.7799 | 1.14 | 1400 | 1.1065 | 92.6707 |
88
+ | 0.7512 | 1.22 | 1500 | 1.0941 | 93.1427 |
89
+ | 0.7212 | 1.3 | 1600 | 1.0838 | 94.6696 |
90
+ | 0.7315 | 1.38 | 1700 | 1.0709 | 96.0855 |
91
+ | 0.7002 | 1.46 | 1800 | 1.0595 | 96.0022 |
92
+ | 0.719 | 1.54 | 1900 | 1.0517 | 94.7807 |
93
+ | 0.7157 | 1.63 | 2000 | 1.0420 | 95.5303 |
94
+ | 0.7004 | 1.71 | 2100 | 1.0337 | 94.2810 |
95
+ | 0.6792 | 1.79 | 2200 | 1.0278 | 96.7518 |
96
+ | 0.6933 | 1.87 | 2300 | 1.0196 | 95.7801 |
97
+ | 0.669 | 1.95 | 2400 | 1.0113 | 98.0566 |
98
+ | 0.6627 | 2.03 | 2500 | 1.0063 | 96.8351 |
99
+ | 0.655 | 2.11 | 2600 | 1.0006 | 96.0577 |
100
+ | 0.6511 | 2.2 | 2700 | 0.9939 | 97.0572 |
101
+ | 0.6352 | 2.28 | 2800 | 0.9899 | 95.4470 |
102
+ | 0.6339 | 2.36 | 2900 | 0.9874 | 97.2238 |
103
+ | 0.6354 | 2.44 | 3000 | 0.9820 | 96.8351 |
104
+ | 0.611 | 2.52 | 3100 | 0.9777 | 94.5308 |
105
+ | 0.6143 | 2.6 | 3200 | 0.9752 | 99.0006 |
106
+ | 0.6242 | 2.68 | 3300 | 0.9729 | 98.7229 |
107
+ | 0.6324 | 2.76 | 3400 | 0.9681 | 99.1394 |
108
+ | 0.6237 | 2.85 | 3500 | 0.9646 | 96.8906 |
109
+ | 0.6285 | 2.93 | 3600 | 0.9621 | 96.1410 |
110
+ | 0.5934 | 3.01 | 3700 | 0.9601 | 97.4736 |
111
+ | 0.6129 | 3.09 | 3800 | 0.9575 | 92.9761 |
112
+ | 0.6154 | 3.17 | 3900 | 0.9575 | 97.5847 |
113
+ | 0.6334 | 3.25 | 4000 | 0.9555 | 101.0827 |
114
+ | 0.5956 | 3.33 | 4100 | 0.9536 | 94.7529 |
115
+ | 0.5956 | 3.41 | 4200 | 0.9507 | 100.3054 |
116
+ | 0.6053 | 3.5 | 4300 | 0.9504 | 94.5308 |
117
+ | 0.6199 | 3.58 | 4400 | 0.9491 | 95.0861 |
118
+ | 0.6064 | 3.66 | 4500 | 0.9482 | 91.8656 |
119
+ | 0.6154 | 3.74 | 4600 | 0.9478 | 94.1144 |
120
+ | 0.5909 | 3.82 | 4700 | 0.9466 | 91.5047 |
121
+ | 0.584 | 3.9 | 4800 | 0.9459 | 94.1144 |
122
+ | 0.5935 | 3.98 | 4900 | 0.9459 | 94.0589 |
123
+ | 0.5939 | 4.07 | 5000 | 0.9459 | 94.2810 |
124
+
125
+
126
  ### Framework versions
127
 
128
  - Transformers 4.37.0.dev0
129
  - Pytorch 2.1.0+cu121
130
+ - Datasets 2.16.1
131
  - Tokenizers 0.15.0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0280b0a452532df0ea88d1dc1f29c24501b97677f967f72eaeaec1a10fbb6742
3
  size 151061672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d61f98f153368c5444f0727c18200baffbfd7123ce9385de0f44daf1e3bb3617
3
  size 151061672