arynas commited on
Commit
3eae1cf
·
1 Parent(s): e02e8a8

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -7
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 4.7247
20
- - Wer: 120.2594
21
 
22
  ## Model description
23
 
@@ -43,17 +43,21 @@ The following hyperparameters were used during training:
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - lr_scheduler_warmup_steps: 500
46
- - training_steps: 4000
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Wer |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | 1.5008 | 4.95 | 1000 | 3.6130 | 125.8325 |
54
- | 0.0343 | 9.9 | 2000 | 4.4003 | 130.4592 |
55
- | 0.0012 | 14.85 | 3000 | 4.6951 | 122.2923 |
56
- | 0.0004 | 19.8 | 4000 | 4.7247 | 120.2594 |
 
 
 
 
57
 
58
 
59
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 5.0046
20
+ - Wer: 116.8945
21
 
22
  ## Model description
23
 
 
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - lr_scheduler_warmup_steps: 500
46
+ - training_steps: 8000
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Wer |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | 1.5232 | 4.95 | 1000 | 3.6227 | 127.2695 |
54
+ | 0.0538 | 9.9 | 2000 | 4.3761 | 125.3417 |
55
+ | 0.0166 | 14.85 | 3000 | 4.6306 | 114.6863 |
56
+ | 0.0008 | 19.8 | 4000 | 4.7625 | 116.3687 |
57
+ | 0.0022 | 24.75 | 5000 | 4.9290 | 116.0182 |
58
+ | 0.0002 | 29.7 | 6000 | 4.9100 | 118.2264 |
59
+ | 0.0001 | 34.65 | 7000 | 4.9886 | 116.5089 |
60
+ | 0.0001 | 39.6 | 8000 | 5.0046 | 116.8945 |
61
 
62
 
63
  ### Framework versions