adrianSauer commited on
Commit
9f92763
1 Parent(s): d527c99

End of training

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -19,8 +19,8 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the Common Voice 16 dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.6417
23
- - Cer: 16.8380
24
 
25
  ## Model description
26
 
@@ -39,25 +39,26 @@ More information needed
39
  ### Training hyperparameters
40
 
41
  The following hyperparameters were used during training:
42
- - learning_rate: 1e-05
43
  - train_batch_size: 16
44
  - eval_batch_size: 16
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: constant_with_warmup
48
- - lr_scheduler_warmup_steps: 50
49
- - training_steps: 500
50
  - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Cer |
55
  |:-------------:|:------:|:----:|:---------------:|:-------:|
56
- | 3.1341 | 0.0991 | 100 | 1.2010 | 26.4369 |
57
- | 1.3756 | 0.1982 | 200 | 0.8743 | 20.5919 |
58
- | 1.1401 | 0.2973 | 300 | 0.7722 | 18.2866 |
59
- | 0.9782 | 0.3964 | 400 | 0.6795 | 16.8536 |
60
- | 0.8545 | 0.4955 | 500 | 0.6417 | 16.8380 |
 
61
 
62
 
63
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the Common Voice 16 dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.4508
23
+ - Cer: 12.2672
24
 
25
  ## Model description
26
 
 
39
  ### Training hyperparameters
40
 
41
  The following hyperparameters were used during training:
42
+ - learning_rate: 5e-05
43
  - train_batch_size: 16
44
  - eval_batch_size: 16
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: constant_with_warmup
48
+ - lr_scheduler_warmup_steps: 3000
49
+ - training_steps: 3000
50
  - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Cer |
55
  |:-------------:|:------:|:----:|:---------------:|:-------:|
56
+ | 2.3843 | 0.4955 | 500 | 0.7760 | 20.1410 |
57
+ | 0.832 | 0.9911 | 1000 | 0.5657 | 16.6787 |
58
+ | 0.4694 | 1.4866 | 1500 | 0.5170 | 14.5543 |
59
+ | 0.3654 | 1.9822 | 2000 | 0.4646 | 12.7373 |
60
+ | 0.2036 | 2.4777 | 2500 | 0.4744 | 12.9181 |
61
+ | 0.1912 | 2.9732 | 3000 | 0.4508 | 12.2672 |
62
 
63
 
64
  ### Framework versions