roshna-omer commited on
Commit
17a7c24
1 Parent(s): 74880c1

End of training

Browse files
Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -24,7 +24,7 @@ model-index:
24
  metrics:
25
  - name: Wer
26
  type: wer
27
- value: 35.03710083476878
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-medium](https://huggingface.co/openai/whisper-medium) on the Common Voice 17.0 dataset.
36
  It achieves the following results on the evaluation set:
37
- - Loss: 0.2819
38
- - Wer: 35.0371
39
 
40
  ## Model description
41
 
@@ -61,17 +61,21 @@ The following hyperparameters were used during training:
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_steps: 500
64
- - training_steps: 4000
65
  - mixed_precision_training: Native AMP
66
 
67
  ### Training results
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Wer |
70
  |:-------------:|:------:|:----:|:---------------:|:-------:|
71
- | 0.2199 | 1.2330 | 1000 | 0.2462 | 41.7749 |
72
- | 0.0974 | 2.4661 | 2000 | 0.2347 | 37.3658 |
73
- | 0.033 | 3.6991 | 3000 | 0.2522 | 35.7195 |
74
- | 0.0088 | 4.9322 | 4000 | 0.2819 | 35.0371 |
 
 
 
 
75
 
76
 
77
  ### Framework versions
 
24
  metrics:
25
  - name: Wer
26
  type: wer
27
+ value: 34.21226977606996
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-medium](https://huggingface.co/openai/whisper-medium) on the Common Voice 17.0 dataset.
36
  It achieves the following results on the evaluation set:
37
+ - Loss: 0.3857
38
+ - Wer: 34.2123
39
 
40
  ## Model description
41
 
 
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_steps: 500
64
+ - training_steps: 8000
65
  - mixed_precision_training: Native AMP
66
 
67
  ### Training results
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Wer |
70
  |:-------------:|:------:|:----:|:---------------:|:-------:|
71
+ | 0.4593 | 1.2330 | 1000 | 0.2504 | 42.2983 |
72
+ | 0.1318 | 2.4661 | 2000 | 0.2344 | 37.8429 |
73
+ | 0.0625 | 3.6991 | 3000 | 0.2582 | 35.9282 |
74
+ | 0.0274 | 4.9322 | 4000 | 0.2927 | 36.6139 |
75
+ | 0.009 | 6.1652 | 5000 | 0.3429 | 35.1365 |
76
+ | 0.0029 | 7.3983 | 6000 | 0.3625 | 34.7588 |
77
+ | 0.0008 | 8.6313 | 7000 | 0.3815 | 34.4740 |
78
+ | 0.0003 | 9.8644 | 8000 | 0.3857 | 34.2123 |
79
 
80
 
81
  ### Framework versions