liuh6 commited on
Commit
6512f70
·
verified ·
1 Parent(s): 0ff495e

End of training

Browse files
Files changed (2) hide show
  1. README.md +11 -9
  2. generation_config.json +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ model-index:
24
  metrics:
25
  - name: Wer
26
  type: wer
27
- value: 17.013502779984112
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.4611
38
- - Wer: 17.0135
39
 
40
  ## Model description
41
 
@@ -67,13 +67,15 @@ The following hyperparameters were used during training:
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Wer |
69
  |:-------------:|:------:|:----:|:---------------:|:-------:|
70
- | 0.0018 | 1.6667 | 1000 | 0.4438 | 16.5210 |
71
- | 0.0001 | 3.3333 | 2000 | 0.4611 | 17.0135 |
 
 
72
 
73
 
74
  ### Framework versions
75
 
76
- - Transformers 4.50.0.dev0
77
- - Pytorch 2.5.1+cu124
78
- - Datasets 3.3.2
79
- - Tokenizers 0.21.0
 
24
  metrics:
25
  - name: Wer
26
  type: wer
27
+ value: 9.512195121951219
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.2023
38
+ - Wer: 9.5122
39
 
40
  ## Model description
41
 
 
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Wer |
69
  |:-------------:|:------:|:----:|:---------------:|:-------:|
70
+ | 0.3187 | 0.5086 | 500 | 0.2582 | 12.7073 |
71
+ | 0.1756 | 1.0173 | 1000 | 0.2165 | 9.8780 |
72
+ | 0.0827 | 1.5259 | 1500 | 0.2084 | 9.6585 |
73
+ | 0.0741 | 2.0346 | 2000 | 0.2023 | 9.5122 |
74
 
75
 
76
  ### Framework versions
77
 
78
+ - Transformers 4.49.0
79
+ - Pytorch 2.6.0+cu124
80
+ - Datasets 3.4.0
81
+ - Tokenizers 0.21.1
generation_config.json CHANGED
@@ -155,5 +155,5 @@
155
  "transcribe": 50359,
156
  "translate": 50358
157
  },
158
- "transformers_version": "4.50.0.dev0"
159
  }
 
155
  "transcribe": 50359,
156
  "translate": 50358
157
  },
158
+ "transformers_version": "4.49.0"
159
  }