liuh6 commited on
Commit
b683bb5
·
verified ·
1 Parent(s): 782d826

End of training

Browse files
Files changed (1) hide show
  1. README.md +6 -7
README.md CHANGED
@@ -24,7 +24,7 @@ model-index:
24
  metrics:
25
  - name: Wer
26
  type: wer
27
- value: 17.776012708498808
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-tiny](https://huggingface.co/openai/whisper-tiny) on the Chinese English dataset.
36
  It achieves the following results on the evaluation set:
37
- - Loss: 0.3647
38
- - Wer: 17.7760
39
 
40
  ## Model description
41
 
@@ -61,15 +61,14 @@ The following hyperparameters were used during training:
61
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_steps: 500
64
- - training_steps: 1500
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Wer |
69
  |:-------------:|:------:|:----:|:---------------:|:-------:|
70
- | 0.2232 | 1.6667 | 500 | 0.3613 | 16.8229 |
71
- | 0.0095 | 3.3333 | 1000 | 0.3598 | 16.4575 |
72
- | 0.0032 | 5.0 | 1500 | 0.3647 | 17.7760 |
73
 
74
 
75
  ### Framework versions
 
24
  metrics:
25
  - name: Wer
26
  type: wer
27
+ value: 16.25099285146942
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-tiny](https://huggingface.co/openai/whisper-tiny) on the Chinese English dataset.
36
  It achieves the following results on the evaluation set:
37
+ - Loss: 0.3512
38
+ - Wer: 16.2510
39
 
40
  ## Model description
41
 
 
61
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_steps: 500
64
+ - training_steps: 1000
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Wer |
69
  |:-------------:|:------:|:----:|:---------------:|:-------:|
70
+ | 0.2231 | 1.6667 | 500 | 0.3612 | 16.9976 |
71
+ | 0.0141 | 3.3333 | 1000 | 0.3512 | 16.2510 |
 
72
 
73
 
74
  ### Framework versions