End of training
Browse files- README.md +24 -26
- generation_config.json +2 -0
- model.safetensors +1 -1
README.md
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- zh
|
4 |
license: apache-2.0
|
5 |
base_model: openai/whisper-tiny
|
6 |
tags:
|
@@ -19,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Hanhpt23/ChineseMed dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss:
|
23 |
-
- Wer:
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -50,28 +48,28 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch | Step
|
54 |
-
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: openai/whisper-tiny
|
4 |
tags:
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Hanhpt23/ChineseMed dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 4.7716
|
21 |
+
- Wer: 115.5556
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| 2.2347 | 1.0 | 371 | 3.0537 | 111.1111 |
|
54 |
+
| 1.7551 | 2.0 | 742 | 3.0133 | 105.5556 |
|
55 |
+
| 1.3384 | 3.0 | 1113 | 3.2446 | 107.7778 |
|
56 |
+
| 0.7899 | 4.0 | 1484 | 3.5971 | 112.2222 |
|
57 |
+
| 0.424 | 5.0 | 1855 | 3.8711 | 117.7778 |
|
58 |
+
| 0.179 | 6.0 | 2226 | 4.0705 | 137.7778 |
|
59 |
+
| 0.0953 | 7.0 | 2597 | 4.2723 | 112.2222 |
|
60 |
+
| 0.0628 | 8.0 | 2968 | 4.4901 | 116.6667 |
|
61 |
+
| 0.0386 | 9.0 | 3339 | 4.3978 | 113.3333 |
|
62 |
+
| 0.0299 | 10.0 | 3710 | 4.5975 | 113.3333 |
|
63 |
+
| 0.0198 | 11.0 | 4081 | 4.6376 | 108.8889 |
|
64 |
+
| 0.0074 | 12.0 | 4452 | 4.6874 | 112.2222 |
|
65 |
+
| 0.0046 | 13.0 | 4823 | 4.6807 | 110.0000 |
|
66 |
+
| 0.0006 | 14.0 | 5194 | 4.7271 | 117.7778 |
|
67 |
+
| 0.0052 | 15.0 | 5565 | 4.7211 | 111.1111 |
|
68 |
+
| 0.0017 | 16.0 | 5936 | 4.7438 | 112.2222 |
|
69 |
+
| 0.0003 | 17.0 | 6307 | 4.7391 | 120.0 |
|
70 |
+
| 0.0002 | 18.0 | 6678 | 4.7585 | 120.0 |
|
71 |
+
| 0.0002 | 19.0 | 7049 | 4.7621 | 114.4444 |
|
72 |
+
| 0.0002 | 20.0 | 7420 | 4.7716 | 115.5556 |
|
73 |
|
74 |
|
75 |
### Framework versions
|
generation_config.json
CHANGED
@@ -144,6 +144,7 @@
|
|
144 |
"<|yo|>": 50325,
|
145 |
"<|zh|>": 50260
|
146 |
},
|
|
|
147 |
"max_initial_timestamp_index": 50,
|
148 |
"max_length": 448,
|
149 |
"no_timestamps_token_id": 50363,
|
@@ -240,6 +241,7 @@
|
|
240 |
50361,
|
241 |
50362
|
242 |
],
|
|
|
243 |
"task_to_id": {
|
244 |
"transcribe": 50359,
|
245 |
"translate": 50358
|
|
|
144 |
"<|yo|>": 50325,
|
145 |
"<|zh|>": 50260
|
146 |
},
|
147 |
+
"language": null,
|
148 |
"max_initial_timestamp_index": 50,
|
149 |
"max_length": 448,
|
150 |
"no_timestamps_token_id": 50363,
|
|
|
241 |
50361,
|
242 |
50362
|
243 |
],
|
244 |
+
"task": "transcribe",
|
245 |
"task_to_id": {
|
246 |
"transcribe": 50359,
|
247 |
"translate": 50358
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 151061672
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d7a583d9c516a222d8d86be63eac0be7217d353a3a1fce48c366b300e250faf
|
3 |
size 151061672
|