semaj83 commited on
Commit
f261565
·
1 Parent(s): 2b8f9c5

End of training

Browse files
Files changed (1) hide show
  1. README.md +10 -17
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Wer
24
  type: wer
25
- value: 0.3884297520661157
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,9 +32,9 @@ should probably proofread and complete it, then remove this comment. -->
32
 
33
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.9670
36
- - Wer Ortho: 0.3825
37
- - Wer: 0.3884
38
 
39
  ## Model description
40
 
@@ -54,26 +54,19 @@ More information needed
54
 
55
  The following hyperparameters were used during training:
56
  - learning_rate: 1e-05
57
- - train_batch_size: 32
58
  - eval_batch_size: 16
59
  - seed: 42
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
- - lr_scheduler_type: linear
62
  - lr_scheduler_warmup_steps: 50
63
- - training_steps: 4000
64
 
65
  ### Training results
66
 
67
- | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
68
- |:-------------:|:------:|:----:|:---------------:|:---------:|:------:|
69
- | 0.1121 | 35.71 | 500 | 0.7395 | 0.3646 | 0.3660 |
70
- | 0.0526 | 71.43 | 1000 | 0.8020 | 0.3615 | 0.3619 |
71
- | 0.0263 | 107.14 | 1500 | 0.8685 | 0.3769 | 0.3790 |
72
- | 0.0162 | 142.86 | 2000 | 0.9158 | 0.3782 | 0.3825 |
73
- | 0.0152 | 178.57 | 2500 | 0.9300 | 0.3800 | 0.3831 |
74
- | 0.0138 | 214.29 | 3000 | 0.9595 | 0.3905 | 0.3926 |
75
- | 0.0127 | 250.0 | 3500 | 0.9687 | 0.3899 | 0.3949 |
76
- | 0.0119 | 285.71 | 4000 | 0.9670 | 0.3825 | 0.3884 |
77
 
78
 
79
  ### Framework versions
 
22
  metrics:
23
  - name: Wer
24
  type: wer
25
+ value: 0.3665879574970484
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
 
33
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.8624
36
+ - Wer Ortho: 0.3658
37
+ - Wer: 0.3666
38
 
39
  ## Model description
40
 
 
54
 
55
  The following hyperparameters were used during training:
56
  - learning_rate: 1e-05
57
+ - train_batch_size: 16
58
  - eval_batch_size: 16
59
  - seed: 42
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: constant_with_warmup
62
  - lr_scheduler_warmup_steps: 50
63
+ - training_steps: 500
64
 
65
  ### Training results
66
 
67
+ | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
68
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
69
+ | 0.0001 | 17.24 | 500 | 0.8624 | 0.3658 | 0.3666 |
 
 
 
 
 
 
 
70
 
71
 
72
  ### Framework versions