AdonaiHS commited on
Commit
38f1d09
1 Parent(s): d7c4a54

End of training

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Wer
24
  type: wer
25
- value: 39.964580873671785
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: 3.1893
36
- - Wer Ortho: 53.3621
37
- - Wer: 39.9646
38
 
39
  ## Model description
40
 
@@ -59,15 +59,14 @@ The following hyperparameters were used during training:
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: 5
63
- - training_steps: 10
64
 
65
  ### Training results
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
68
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
69
- | 4.3974 | 0.18 | 5 | 4.3934 | 54.1641 | 40.1417 |
70
- | 4.2086 | 0.36 | 10 | 3.1893 | 53.3621 | 39.9646 |
71
 
72
 
73
  ### Framework versions
 
22
  metrics:
23
  - name: Wer
24
  type: wer
25
+ value: 34.238488783943325
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.6436
36
+ - Wer Ortho: 34.5466
37
+ - Wer: 34.2385
38
 
39
  ## Model description
40
 
 
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.0009 | 17.24 | 500 | 0.6436 | 34.5466 | 34.2385 |
 
70
 
71
 
72
  ### Framework versions