crossdelenna commited on
Commit
49535a3
1 Parent(s): 0447b62

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -10
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 [crossdelenna/whisper-base.en](https://huggingface.co/crossdelenna/whisper-base.en) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.0003
20
- - Wer: 0.7305
21
 
22
  ## Model description
23
 
@@ -43,20 +43,17 @@ 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: 3500
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Wer |
52
  |:-------------:|:-----:|:----:|:---------------:|:------:|
53
- | 0.0059 | 1.62 | 500 | 0.0068 | 1.7512 |
54
- | 0.0015 | 3.25 | 1000 | 0.0019 | 0.7906 |
55
- | 0.0009 | 4.87 | 1500 | 0.0007 | 0.8206 |
56
- | 0.0005 | 6.49 | 2000 | 0.0005 | 0.7605 |
57
- | 0.0004 | 8.12 | 2500 | 0.0004 | 0.7805 |
58
- | 0.0004 | 9.74 | 3000 | 0.0003 | 0.7305 |
59
- | 0.0004 | 11.36 | 3500 | 0.0003 | 0.7305 |
60
 
61
 
62
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [crossdelenna/whisper-base.en](https://huggingface.co/crossdelenna/whisper-base.en) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.0002
20
+ - Wer: 0.5704
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: 2000
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Wer |
52
  |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | 0.0078 | 1.62 | 500 | 0.0067 | 1.1008 |
54
+ | 0.0018 | 3.25 | 1000 | 0.0006 | 0.6404 |
55
+ | 0.0002 | 4.87 | 1500 | 0.0002 | 0.5604 |
56
+ | 0.0002 | 6.49 | 2000 | 0.0002 | 0.5704 |
 
 
 
57
 
58
 
59
  ### Framework versions