chironbang commited on
Commit
58f7951
·
1 Parent(s): 49c1dc9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -5
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-tiny](https://huggingface.co/openai/whisper-tiny) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.8723
20
- - Wer: 46.2753
21
 
22
  ## Model description
23
 
@@ -43,15 +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: 1000
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Wer |
52
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
53
- | 0.9588 | 0.4 | 500 | 0.9800 | 52.9865 |
54
- | 0.8494 | 0.81 | 1000 | 0.8723 | 46.2753 |
 
 
 
 
 
 
55
 
56
 
57
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.7122
20
+ - Wer: 40.2191
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: 4000
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Wer |
52
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
53
+ | 0.9597 | 0.4 | 500 | 0.9808 | 52.4616 |
54
+ | 0.8161 | 0.81 | 1000 | 0.8366 | 43.4443 |
55
+ | 0.6999 | 1.21 | 1500 | 0.7818 | 43.4467 |
56
+ | 0.6235 | 1.61 | 2000 | 0.7511 | 40.5909 |
57
+ | 0.5772 | 2.02 | 2500 | 0.7301 | 42.0866 |
58
+ | 0.5506 | 2.42 | 3000 | 0.7210 | 41.3731 |
59
+ | 0.5525 | 2.82 | 3500 | 0.7144 | 40.6223 |
60
+ | 0.5081 | 3.23 | 4000 | 0.7122 | 40.2191 |
61
 
62
 
63
  ### Framework versions