SuperKogito commited on
Commit
1823c45
1 Parent(s): 435867f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.7927
20
  - Wer: 31.4005
21
  - Cer: 9.9570
22
 
@@ -38,13 +38,13 @@ More information needed
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 1e-05
41
- - train_batch_size: 1
42
- - eval_batch_size: 2
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - lr_scheduler_warmup_steps: 500
47
- - training_steps: 5000
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
@@ -81,6 +81,11 @@ The following hyperparameters were used during training:
81
  | 0.2055 | 3.32 | 28000 | 6.8624 | 0.3995 | 18.7612 |
82
  | 0.175 | 3.44 | 29000 | 6.7727 | 0.4009 | 18.4814 |
83
  | 0.1701 | 3.56 | 30000 | 7.0136 | 0.3998 | 18.8344 |
 
 
 
 
 
84
 
85
 
86
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.7910
20
  - Wer: 31.4005
21
  - Cer: 9.9570
22
 
 
38
 
39
  The following hyperparameters were used during training:
40
  - learning_rate: 1e-05
41
+ - train_batch_size: 4
42
+ - eval_batch_size: 4
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - lr_scheduler_warmup_steps: 500
47
+ - training_steps: 35000
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
 
81
  | 0.2055 | 3.32 | 28000 | 6.8624 | 0.3995 | 18.7612 |
82
  | 0.175 | 3.44 | 29000 | 6.7727 | 0.4009 | 18.4814 |
83
  | 0.1701 | 3.56 | 30000 | 7.0136 | 0.3998 | 18.8344 |
84
+ | 0.6832 | 33.81 | 31000 | 0.5425 | 24.6216 | 7.8509 |
85
+ | 0.5676 | 34.9 | 32000 | 0.5141 | 23.6790 | 7.3776 |
86
+ | 0.4863 | 35.99 | 33000 | 0.5003 | 23.0542 | 7.2441 |
87
+ | 0.5007 | 37.08 | 34000 | 0.4948 | 22.9234 | 7.1545 |
88
+ | 0.4519 | 38.17 | 35000 | 0.4922 | 22.8248 | 7.1257 |
89
 
90
 
91
  ### Framework versions