Tobius commited on
Commit
c1cf407
1 Parent(s): 49c73be

End of training

Browse files
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -25,7 +25,7 @@ model-index:
25
  metrics:
26
  - name: Wer
27
  type: wer
28
- value: 95.7913455838767
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -35,8 +35,8 @@ should probably proofread and complete it, then remove this comment. -->
35
 
36
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Yogera data dataset.
37
  It achieves the following results on the evaluation set:
38
- - Loss: 1.7897
39
- - Wer: 95.7913
40
 
41
  ## Model description
42
 
@@ -61,15 +61,16 @@ The following hyperparameters were used during training:
61
  - seed: 42
62
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
  - lr_scheduler_type: linear
64
- - lr_scheduler_warmup_steps: 30
65
- - training_steps: 100
66
  - mixed_precision_training: Native AMP
67
 
68
  ### Training results
69
 
70
- | Training Loss | Epoch | Step | Validation Loss | Wer |
71
- |:-------------:|:-----:|:----:|:---------------:|:-------:|
72
- | 2.7092 | 1.0 | 100 | 1.7897 | 95.7913 |
 
73
 
74
 
75
  ### Framework versions
 
25
  metrics:
26
  - name: Wer
27
  type: wer
28
+ value: 96.9176052163604
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
35
 
36
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Yogera data dataset.
37
  It achieves the following results on the evaluation set:
38
+ - Loss: 1.6289
39
+ - Wer: 96.9176
40
 
41
  ## Model description
42
 
 
61
  - seed: 42
62
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
  - lr_scheduler_type: linear
64
+ - lr_scheduler_warmup_steps: 300
65
+ - training_steps: 200
66
  - mixed_precision_training: Native AMP
67
 
68
  ### Training results
69
 
70
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
71
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
72
+ | 3.9225 | 0.5 | 100 | 2.3983 | 126.6153 |
73
+ | 1.8681 | 1.25 | 200 | 1.6289 | 96.9176 |
74
 
75
 
76
  ### Framework versions