TheRains commited on
Commit
c351960
1 Parent(s): b22b16a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -9
README.md CHANGED
@@ -24,7 +24,7 @@ model-index:
24
  metrics:
25
  - name: Wer
26
  type: wer
27
- value: 21.475261506718418
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -34,8 +34,8 @@ should probably proofread and complete it, then remove this comment. -->
34
 
35
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the mozilla-foundation/common_voice_12_0 dataset.
36
  It achieves the following results on the evaluation set:
37
- - Loss: 0.4667
38
- - Wer: 21.4753
39
 
40
  ## Model description
41
 
@@ -55,9 +55,11 @@ More information needed
55
 
56
  The following hyperparameters were used during training:
57
  - learning_rate: 1e-05
58
- - train_batch_size: 1
59
  - eval_batch_size: 2
60
  - seed: 42
 
 
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_steps: 100
@@ -68,11 +70,11 @@ The following hyperparameters were used during training:
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Wer |
70
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
71
- | 1.112 | 0.02 | 200 | 0.7991 | 49.6689 |
72
- | 1.116 | 0.05 | 400 | 0.7007 | 63.0457 |
73
- | 1.1079 | 0.07 | 600 | 0.6334 | 34.6170 |
74
- | 0.9625 | 0.1 | 800 | 0.5313 | 25.3744 |
75
- | 0.7697 | 0.12 | 1000 | 0.4667 | 21.4753 |
76
 
77
 
78
  ### Framework versions
 
24
  metrics:
25
  - name: Wer
26
  type: wer
27
+ value: 14.42705294401177
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
34
 
35
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the mozilla-foundation/common_voice_12_0 dataset.
36
  It achieves the following results on the evaluation set:
37
+ - Loss: 0.2874
38
+ - Wer: 14.4271
39
 
40
  ## Model description
41
 
 
55
 
56
  The following hyperparameters were used during training:
57
  - learning_rate: 1e-05
58
+ - train_batch_size: 2
59
  - eval_batch_size: 2
60
  - seed: 42
61
+ - gradient_accumulation_steps: 16
62
+ - total_train_batch_size: 32
63
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
  - lr_scheduler_type: linear
65
  - lr_scheduler_warmup_steps: 100
 
70
 
71
  | Training Loss | Epoch | Step | Validation Loss | Wer |
72
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
73
+ | 0.6729 | 0.77 | 200 | 0.4170 | 21.8473 |
74
+ | 0.5012 | 1.54 | 400 | 0.3465 | 18.2560 |
75
+ | 0.3832 | 2.31 | 600 | 0.3097 | 16.0971 |
76
+ | 0.2853 | 3.07 | 800 | 0.2970 | 14.3180 |
77
+ | 0.2416 | 3.84 | 1000 | 0.2874 | 14.4271 |
78
 
79
 
80
  ### Framework versions