adrianSauer commited on
Commit
55b6503
1 Parent(s): ec9a00f

End of training

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -24,7 +24,7 @@ model-index:
24
  metrics:
25
  - name: Wer
26
  type: wer
27
- value: 58.291457286432156
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-base](https://huggingface.co/openai/whisper-base) on the Common Voice 16 dataset.
36
  It achieves the following results on the evaluation set:
37
- - Loss: 0.5062
38
- - Wer: 58.2915
39
 
40
  ## Model description
41
 
@@ -61,17 +61,19 @@ The following hyperparameters were used during training:
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: constant_with_warmup
63
  - lr_scheduler_warmup_steps: 3000
64
- - training_steps: 2000
65
  - mixed_precision_training: Native AMP
66
 
67
  ### Training results
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Wer |
70
  |:-------------:|:------:|:----:|:---------------:|:-------:|
71
- | 2.9797 | 0.4955 | 500 | 1.0523 | 92.2948 |
72
- | 1.1502 | 0.9911 | 1000 | 0.6757 | 87.0463 |
73
- | 0.7171 | 1.4866 | 1500 | 0.5723 | 63.7074 |
74
- | 0.5485 | 1.9822 | 2000 | 0.5062 | 58.2915 |
 
 
75
 
76
 
77
  ### Framework versions
 
24
  metrics:
25
  - name: Wer
26
  type: wer
27
+ value: 53.936348408710224
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-base](https://huggingface.co/openai/whisper-base) on the Common Voice 16 dataset.
36
  It achieves the following results on the evaluation set:
37
+ - Loss: 0.4522
38
+ - Wer: 53.9363
39
 
40
  ## Model description
41
 
 
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: constant_with_warmup
63
  - lr_scheduler_warmup_steps: 3000
64
+ - training_steps: 3000
65
  - mixed_precision_training: Native AMP
66
 
67
  ### Training results
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Wer |
70
  |:-------------:|:------:|:----:|:---------------:|:-------:|
71
+ | 2.9797 | 0.4955 | 500 | 1.0523 | 91.7365 |
72
+ | 1.1502 | 0.9911 | 1000 | 0.6757 | 87.2138 |
73
+ | 0.717 | 1.4866 | 1500 | 0.5718 | 63.4841 |
74
+ | 0.5485 | 1.9822 | 2000 | 0.5059 | 58.3473 |
75
+ | 0.3345 | 2.4777 | 2500 | 0.4828 | 56.7281 |
76
+ | 0.2748 | 2.9732 | 3000 | 0.4522 | 53.9363 |
77
 
78
 
79
  ### Framework versions