rogramss commited on
Commit
55d1d60
·
verified ·
1 Parent(s): 95f7f47

End of training

Browse files
Files changed (1) hide show
  1. README.md +8 -9
README.md CHANGED
@@ -24,7 +24,7 @@ model-index:
24
  metrics:
25
  - name: Wer
26
  type: wer
27
- value: 14.757744241461475
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.3703
38
- - Wer: 14.7577
39
 
40
  ## Model description
41
 
@@ -59,22 +59,21 @@ The following hyperparameters were used during training:
59
  - eval_batch_size: 1
60
  - seed: 42
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: 3000
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Wer |
69
  |:-------------:|:------:|:----:|:---------------:|:-------:|
70
- | 0.0154 | 1.2837 | 1000 | 0.3491 | 14.8054 |
71
- | 0.0152 | 2.5674 | 2000 | 0.3584 | 14.4083 |
72
- | 0.0017 | 3.8511 | 3000 | 0.3703 | 14.7577 |
73
 
74
 
75
  ### Framework versions
76
 
77
  - Transformers 4.48.3
78
- - Pytorch 2.5.1+cu124
79
  - Datasets 3.4.0
80
  - Tokenizers 0.21.0
 
24
  metrics:
25
  - name: Wer
26
  type: wer
27
+ value: 25.210484511517077
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.8111
38
+ - Wer: 25.2105
39
 
40
  ## Model description
41
 
 
59
  - eval_batch_size: 1
60
  - seed: 42
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: cosine
63
  - lr_scheduler_warmup_steps: 500
64
+ - training_steps: 2000
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Wer |
69
  |:-------------:|:------:|:----:|:---------------:|:-------:|
70
+ | 0.0008 | 1.2837 | 1000 | 0.8132 | 25.7347 |
71
+ | 0.0005 | 2.5674 | 2000 | 0.8111 | 25.2105 |
 
72
 
73
 
74
  ### Framework versions
75
 
76
  - Transformers 4.48.3
77
+ - Pytorch 2.6.0+cu124
78
  - Datasets 3.4.0
79
  - Tokenizers 0.21.0