End of training
Browse files- README.md +11 -9
- generation_config.json +1 -1
README.md
CHANGED
@@ -24,7 +24,7 @@ model-index:
|
|
24 |
metrics:
|
25 |
- name: Wer
|
26 |
type: wer
|
27 |
-
value:
|
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.
|
38 |
-
- Wer:
|
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.
|
71 |
-
| 0.
|
|
|
|
|
72 |
|
73 |
|
74 |
### Framework versions
|
75 |
|
76 |
-
- Transformers 4.
|
77 |
-
- Pytorch 2.
|
78 |
-
- Datasets 3.
|
79 |
-
- Tokenizers 0.21.
|
|
|
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.
|
159 |
}
|
|
|
155 |
"transcribe": 50359,
|
156 |
"translate": 50358
|
157 |
},
|
158 |
+
"transformers_version": "4.49.0"
|
159 |
}
|