djdhyun-gglabs commited on
Commit
f3204ad
1 Parent(s): f64f01e

End of training

Browse files
Files changed (2) hide show
  1. README.md +7 -7
  2. generation_config.json +18 -33
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  language:
3
  - ko
4
- license: apache-2.0
5
- base_model: openai/whisper-small
6
  tags:
7
  - generated_from_trainer
8
  datasets:
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Wer
24
  type: wer
25
- value: 55.97826086956522
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -30,10 +30,10 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  # Whisper Small ko
32
 
33
- This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the custom dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 1.5115
36
- - Wer: 55.9783
37
 
38
  ## Model description
39
 
@@ -66,7 +66,7 @@ The following hyperparameters were used during training:
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Wer |
68
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
69
- | 1.0506 | 0.2 | 10 | 1.5115 | 55.9783 |
70
 
71
 
72
  ### Framework versions
 
1
  ---
2
  language:
3
  - ko
4
+ license: mit
5
+ base_model: openai/whisper-large-v3-turbo
6
  tags:
7
  - generated_from_trainer
8
  datasets:
 
22
  metrics:
23
  - name: Wer
24
  type: wer
25
+ value: 52.71739130434783
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
 
31
  # Whisper Small ko
32
 
33
+ This model is a fine-tuned version of [openai/whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) on the custom dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 1.4327
36
+ - Wer: 52.7174
37
 
38
  ## Model description
39
 
 
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Wer |
68
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
69
+ | 0.9079 | 0.2 | 10 | 1.4327 | 52.7174 |
70
 
71
 
72
  ### Framework versions
generation_config.json CHANGED
@@ -1,44 +1,28 @@
1
  {
2
  "alignment_heads": [
3
  [
4
- 5,
5
- 3
6
- ],
7
- [
8
- 5,
9
- 9
10
- ],
11
- [
12
- 8,
13
- 0
14
- ],
15
- [
16
- 8,
17
  4
18
  ],
19
  [
20
- 8,
21
- 7
22
  ],
23
  [
24
- 8,
25
- 8
26
- ],
27
- [
28
- 9,
29
- 0
30
  ],
31
  [
32
- 9,
33
- 7
34
  ],
35
  [
36
- 9,
37
- 9
38
  ],
39
  [
40
- 10,
41
- 5
42
  ]
43
  ],
44
  "begin_suppress_tokens": [
@@ -148,14 +132,15 @@
148
  "<|vi|>": 50278,
149
  "<|yi|>": 50335,
150
  "<|yo|>": 50325,
 
151
  "<|zh|>": 50260
152
  },
153
  "language": "ko",
154
  "max_initial_timestamp_index": 50,
155
  "max_length": 448,
156
- "no_timestamps_token_id": 50363,
157
  "pad_token_id": 50257,
158
- "prev_sot_token_id": 50361,
159
  "return_timestamps": false,
160
  "suppress_tokens": [
161
  1,
@@ -241,16 +226,16 @@
241
  49870,
242
  50254,
243
  50258,
244
- 50358,
245
  50359,
246
  50360,
247
  50361,
248
- 50362
 
249
  ],
250
  "task": "transcribe",
251
  "task_to_id": {
252
- "transcribe": 50359,
253
- "translate": 50358
254
  },
255
  "transformers_version": "4.42.3"
256
  }
 
1
  {
2
  "alignment_heads": [
3
  [
4
+ 2,
 
 
 
 
 
 
 
 
 
 
 
 
5
  4
6
  ],
7
  [
8
+ 2,
9
+ 11
10
  ],
11
  [
12
+ 3,
13
+ 3
 
 
 
 
14
  ],
15
  [
16
+ 3,
17
+ 6
18
  ],
19
  [
20
+ 3,
21
+ 11
22
  ],
23
  [
24
+ 3,
25
+ 14
26
  ]
27
  ],
28
  "begin_suppress_tokens": [
 
132
  "<|vi|>": 50278,
133
  "<|yi|>": 50335,
134
  "<|yo|>": 50325,
135
+ "<|yue|>": 50358,
136
  "<|zh|>": 50260
137
  },
138
  "language": "ko",
139
  "max_initial_timestamp_index": 50,
140
  "max_length": 448,
141
+ "no_timestamps_token_id": 50364,
142
  "pad_token_id": 50257,
143
+ "prev_sot_token_id": 50362,
144
  "return_timestamps": false,
145
  "suppress_tokens": [
146
  1,
 
226
  49870,
227
  50254,
228
  50258,
 
229
  50359,
230
  50360,
231
  50361,
232
+ 50362,
233
+ 50363
234
  ],
235
  "task": "transcribe",
236
  "task_to_id": {
237
+ "transcribe": 50360,
238
+ "translate": 50359
239
  },
240
  "transformers_version": "4.42.3"
241
  }