kimbochen commited on
Commit
f850092
1 Parent(s): 7c46fec

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -24,7 +24,7 @@ model-index:
24
  metrics:
25
  - name: Wer
26
  type: wer
27
- value: 42.517911975435005
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-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
36
  It achieves the following results on the evaluation set:
37
- - Loss: 0.2554
38
- - Wer: 42.5179
39
 
40
  ## Model description
41
 
@@ -60,19 +60,19 @@ The following hyperparameters were used during training:
60
  - seed: 42
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: 5000
65
  - mixed_precision_training: Native AMP
66
 
67
  ### Training results
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Wer |
70
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
71
- | 0.0046 | 6.02 | 1000 | 0.2102 | 41.8014 |
72
- | 0.0014 | 13.02 | 2000 | 0.2266 | 41.6172 |
73
- | 0.0004 | 20.01 | 3000 | 0.2437 | 42.1699 |
74
- | 0.0003 | 27.0 | 4000 | 0.2521 | 42.5179 |
75
- | 0.0002 | 33.02 | 5000 | 0.2554 | 42.5179 |
76
 
77
 
78
  ### Framework versions
 
24
  metrics:
25
  - name: Wer
26
  type: wer
27
+ value: 40.81883316274309
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-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
36
  It achieves the following results on the evaluation set:
37
+ - Loss: 0.1984
38
+ - Wer: 40.8188
39
 
40
  ## Model description
41
 
 
60
  - seed: 42
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
+ - lr_scheduler_warmup_steps: 100
64
+ - training_steps: 1000
65
  - mixed_precision_training: Native AMP
66
 
67
  ### Training results
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Wer |
70
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
71
+ | 0.1438 | 1.05 | 200 | 0.1822 | 42.4360 |
72
+ | 0.0315 | 2.1 | 400 | 0.1869 | 42.1290 |
73
+ | 0.0113 | 4.01 | 600 | 0.1953 | 40.6346 |
74
+ | 0.0053 | 5.06 | 800 | 0.1950 | 40.6755 |
75
+ | 0.0035 | 6.11 | 1000 | 0.1984 | 40.8188 |
76
 
77
 
78
  ### Framework versions