wago5090 commited on
Commit
d06ba2d
·
verified ·
1 Parent(s): 21a424d

Training completed & pushed automatically!

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.3953
20
- - Cer: 105.0808
21
 
22
  ## Model description
23
 
@@ -37,23 +37,23 @@ More information needed
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 0.0001
40
- - train_batch_size: 128
41
- - eval_batch_size: 64
42
  - seed: 42
43
  - optimizer: Use OptimizerNames.ADAFACTOR and the args are:
44
  No additional optimizer arguments
45
  - lr_scheduler_type: linear
46
- - lr_scheduler_warmup_steps: 228
47
- - training_steps: 2280
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Cer |
53
  |:-------------:|:------:|:----:|:---------------:|:--------:|
54
- | 0.3989 | 0.9987 | 760 | 0.5283 | 129.5310 |
55
- | 0.3029 | 1.9974 | 1520 | 0.4358 | 121.7846 |
56
- | 0.2064 | 2.9961 | 2280 | 0.3953 | 105.0808 |
57
 
58
 
59
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.4159
20
+ - Cer: 105.1323
21
 
22
  ## Model description
23
 
 
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 0.0001
40
+ - train_batch_size: 32
41
+ - eval_batch_size: 32
42
  - seed: 42
43
  - optimizer: Use OptimizerNames.ADAFACTOR and the args are:
44
  No additional optimizer arguments
45
  - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 912
47
+ - training_steps: 9129
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Cer |
53
  |:-------------:|:------:|:----:|:---------------:|:--------:|
54
+ | 0.4009 | 0.9997 | 3043 | 0.5068 | 102.8680 |
55
+ | 0.292 | 1.9993 | 6086 | 0.4280 | 108.6212 |
56
+ | 0.2075 | 2.9990 | 9129 | 0.4159 | 105.1323 |
57
 
58
 
59
  ### Framework versions