susnato commited on
Commit
a0cce49
1 Parent(s): 92bee39

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -9
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Wer
23
  type: wer
24
- value: 0.3919716646989374
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,9 +31,9 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Minds 14 dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 1.6343
35
- - Wer Ortho: 0.4744
36
- - Wer: 0.3920
37
 
38
  ## Model description
39
 
@@ -52,20 +52,29 @@ More information needed
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
- - learning_rate: 1e-05
56
- - train_batch_size: 16
57
- - eval_batch_size: 16
58
  - seed: 42
59
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
  - lr_scheduler_type: cosine
61
  - lr_scheduler_warmup_ratio: 0.1
62
- - num_epochs: 1
63
 
64
  ### Training results
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
67
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
68
- | 1.8098 | 1.0 | 29 | 1.6343 | 0.4744 | 0.3920 |
 
 
 
 
 
 
 
 
 
69
 
70
 
71
  ### Framework versions
 
21
  metrics:
22
  - name: Wer
23
  type: wer
24
+ value: 0.333530106257379
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
 
32
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Minds 14 dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.6262
35
+ - Wer Ortho: 0.3455
36
+ - Wer: 0.3335
37
 
38
  ## Model description
39
 
 
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
+ - learning_rate: 2e-05
56
+ - train_batch_size: 32
57
+ - eval_batch_size: 32
58
  - seed: 42
59
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
  - lr_scheduler_type: cosine
61
  - lr_scheduler_warmup_ratio: 0.1
62
+ - num_epochs: 10
63
 
64
  ### Training results
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
67
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
68
+ | 3.7423 | 1.0 | 15 | 2.9584 | 0.5275 | 0.4079 |
69
+ | 0.5112 | 2.0 | 30 | 0.7722 | 0.4022 | 0.3731 |
70
+ | 0.2542 | 3.0 | 45 | 0.6002 | 0.3837 | 0.3619 |
71
+ | 0.1196 | 4.0 | 60 | 0.5739 | 0.3492 | 0.3294 |
72
+ | 0.0214 | 5.0 | 75 | 0.5843 | 0.3652 | 0.3542 |
73
+ | 0.0659 | 6.0 | 90 | 0.6047 | 0.3418 | 0.3282 |
74
+ | 0.0322 | 7.0 | 105 | 0.6134 | 0.3560 | 0.3424 |
75
+ | 0.0049 | 8.0 | 120 | 0.6180 | 0.3553 | 0.3406 |
76
+ | 0.0348 | 9.0 | 135 | 0.6242 | 0.3442 | 0.3323 |
77
+ | 0.1332 | 10.0 | 150 | 0.6262 | 0.3455 | 0.3335 |
78
 
79
 
80
  ### Framework versions