Taeyeun72 commited on
Commit
fd191ee
1 Parent(s): 1bbd447

End of training

Browse files
Files changed (3) hide show
  1. README.md +179 -0
  2. generation_config.json +267 -0
  3. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,179 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ko
4
+ license: apache-2.0
5
+ base_model: openai/whisper-small
6
+ tags:
7
+ - hf-asr-leaderboard
8
+ - generated_from_trainer
9
+ datasets:
10
+ - arrow
11
+ metrics:
12
+ - wer
13
+ model-index:
14
+ - name: whisper-small-emergency
15
+ results:
16
+ - task:
17
+ name: Automatic Speech Recognition
18
+ type: automatic-speech-recognition
19
+ dataset:
20
+ name: whisper-small-kor
21
+ type: arrow
22
+ config: default
23
+ split: train
24
+ args: 'config: ko, split: valid'
25
+ metrics:
26
+ - name: Wer
27
+ type: wer
28
+ value: 21.789546555901694
29
+ ---
30
+
31
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
32
+ should probably proofread and complete it, then remove this comment. -->
33
+
34
+ # whisper-small-emergency
35
+
36
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the whisper-small-kor dataset.
37
+ It achieves the following results on the evaluation set:
38
+ - Loss: 0.2212
39
+ - Wer: 21.7895
40
+ - Cer: 10.3463
41
+
42
+ ## Model description
43
+
44
+ More information needed
45
+
46
+ ## Intended uses & limitations
47
+
48
+ More information needed
49
+
50
+ ## Training and evaluation data
51
+
52
+ More information needed
53
+
54
+ ## Training procedure
55
+
56
+ ### Training hyperparameters
57
+
58
+ The following hyperparameters were used during training:
59
+ - learning_rate: 1e-05
60
+ - train_batch_size: 16
61
+ - eval_batch_size: 16
62
+ - seed: 42
63
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
+ - lr_scheduler_type: linear
65
+ - lr_scheduler_warmup_steps: 1000
66
+ - training_steps: 10000
67
+
68
+ ### Training results
69
+
70
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
71
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
72
+ | 2.2586 | 0.02 | 100 | 2.0061 | 38.3870 | 19.3958 |
73
+ | 0.9821 | 0.05 | 200 | 0.8927 | 37.3486 | 16.9619 |
74
+ | 0.7244 | 0.07 | 300 | 0.6577 | 32.9353 | 15.2939 |
75
+ | 0.505 | 0.1 | 400 | 0.4395 | 33.8006 | 16.8397 |
76
+ | 0.4397 | 0.12 | 500 | 0.3908 | 29.2489 | 13.3393 |
77
+ | 0.3602 | 0.15 | 600 | 0.3710 | 27.7259 | 12.8741 |
78
+ | 0.4321 | 0.17 | 700 | 0.3558 | 27.7778 | 12.8224 |
79
+ | 0.3979 | 0.19 | 800 | 0.3504 | 27.5528 | 12.6063 |
80
+ | 0.2614 | 0.22 | 900 | 0.3434 | 28.2451 | 13.5601 |
81
+ | 0.3725 | 0.24 | 1000 | 0.3362 | 26.8086 | 12.8177 |
82
+ | 0.4098 | 0.27 | 1100 | 0.3329 | 26.8086 | 13.1466 |
83
+ | 0.3083 | 0.29 | 1200 | 0.3240 | 25.6663 | 12.0566 |
84
+ | 0.324 | 0.32 | 1300 | 0.3169 | 24.7490 | 11.3659 |
85
+ | 0.3437 | 0.34 | 1400 | 0.3090 | 24.2471 | 10.9383 |
86
+ | 0.3719 | 0.36 | 1500 | 0.3064 | 24.4548 | 11.2155 |
87
+ | 0.3563 | 0.39 | 1600 | 0.3013 | 24.0222 | 11.0887 |
88
+ | 0.3493 | 0.41 | 1700 | 0.3036 | 24.1606 | 11.1779 |
89
+ | 0.3132 | 0.44 | 1800 | 0.3011 | 24.0741 | 11.1685 |
90
+ | 0.3024 | 0.46 | 1900 | 0.2920 | 24.4202 | 11.2014 |
91
+ | 0.2982 | 0.49 | 2000 | 0.2873 | 22.9664 | 10.4262 |
92
+ | 0.3309 | 0.51 | 2100 | 0.2880 | 23.3991 | 10.8208 |
93
+ | 0.3209 | 0.53 | 2200 | 0.2811 | 21.9280 | 10.2288 |
94
+ | 0.2778 | 0.56 | 2300 | 0.2883 | 22.6895 | 10.5060 |
95
+ | 0.3391 | 0.58 | 2400 | 0.2796 | 21.9280 | 10.1818 |
96
+ | 0.3261 | 0.61 | 2500 | 0.2757 | 22.3607 | 10.1865 |
97
+ | 0.2711 | 0.63 | 2600 | 0.2746 | 22.9491 | 10.4356 |
98
+ | 0.2723 | 0.66 | 2700 | 0.2708 | 22.3088 | 10.5624 |
99
+ | 0.3152 | 0.68 | 2800 | 0.2681 | 21.8934 | 10.0127 |
100
+ | 0.248 | 0.7 | 2900 | 0.2679 | 22.2568 | 10.0644 |
101
+ | 0.2354 | 0.73 | 3000 | 0.2665 | 21.7203 | 9.8576 |
102
+ | 0.2828 | 0.75 | 3100 | 0.2628 | 21.4261 | 9.9422 |
103
+ | 0.2759 | 0.78 | 3200 | 0.2652 | 21.2703 | 9.8623 |
104
+ | 0.2904 | 0.8 | 3300 | 0.2606 | 21.2876 | 9.8388 |
105
+ | 0.2844 | 0.83 | 3400 | 0.2600 | 21.8761 | 10.0362 |
106
+ | 0.2815 | 0.85 | 3500 | 0.2554 | 20.9069 | 9.5992 |
107
+ | 0.2713 | 0.87 | 3600 | 0.2573 | 20.8550 | 9.5334 |
108
+ | 0.2748 | 0.9 | 3700 | 0.2566 | 21.5126 | 9.8811 |
109
+ | 0.2447 | 0.92 | 3800 | 0.2526 | 20.5088 | 9.3455 |
110
+ | 0.3255 | 0.95 | 3900 | 0.2517 | 20.3358 | 11.3048 |
111
+ | 0.2786 | 0.97 | 4000 | 0.2489 | 20.8030 | 9.5898 |
112
+ | 0.245 | 1.0 | 4100 | 0.2523 | 21.4607 | 9.7167 |
113
+ | 0.1655 | 1.02 | 4200 | 0.2470 | 20.4396 | 9.5287 |
114
+ | 0.1898 | 1.04 | 4300 | 0.2422 | 19.9550 | 9.0871 |
115
+ | 0.1394 | 1.07 | 4400 | 0.2429 | 20.0242 | 9.2750 |
116
+ | 0.1592 | 1.09 | 4500 | 0.2433 | 19.9896 | 9.0824 |
117
+ | 0.1542 | 1.12 | 4600 | 0.2428 | 20.2492 | 9.3126 |
118
+ | 0.1296 | 1.14 | 4700 | 0.2437 | 19.4531 | 8.9038 |
119
+ | 0.1477 | 1.17 | 4800 | 0.2432 | 19.7300 | 11.0605 |
120
+ | 0.1551 | 1.19 | 4900 | 0.2436 | 20.0762 | 11.3236 |
121
+ | 0.1581 | 1.21 | 5000 | 0.2435 | 19.7992 | 10.9994 |
122
+ | 0.2033 | 1.24 | 5100 | 0.2434 | 19.8339 | 9.1763 |
123
+ | 0.1444 | 1.26 | 5200 | 0.2399 | 19.8165 | 10.9806 |
124
+ | 0.1543 | 1.29 | 5300 | 0.2371 | 19.1762 | 10.8913 |
125
+ | 0.1735 | 1.31 | 5400 | 0.2350 | 19.4185 | 9.0166 |
126
+ | 0.1552 | 1.34 | 5500 | 0.2363 | 19.0897 | 8.8098 |
127
+ | 0.1495 | 1.36 | 5600 | 0.2332 | 19.1070 | 8.8145 |
128
+ | 0.1636 | 1.38 | 5700 | 0.2350 | 18.6051 | 10.5718 |
129
+ | 0.1827 | 1.41 | 5800 | 0.2333 | 18.4493 | 8.5091 |
130
+ | 0.1464 | 1.43 | 5900 | 0.2344 | 19.2454 | 8.8850 |
131
+ | 0.1999 | 1.46 | 6000 | 0.2325 | 23.1222 | 10.9900 |
132
+ | 0.1547 | 1.48 | 6100 | 0.2318 | 19.3839 | 8.8709 |
133
+ | 0.1296 | 1.51 | 6200 | 0.2339 | 19.3146 | 8.9085 |
134
+ | 0.1535 | 1.53 | 6300 | 0.2317 | 22.5684 | 10.8302 |
135
+ | 0.1467 | 1.55 | 6400 | 0.2310 | 19.1070 | 8.7958 |
136
+ | 0.1709 | 1.58 | 6500 | 0.2338 | 18.9685 | 8.7441 |
137
+ | 0.1359 | 1.6 | 6600 | 0.2295 | 19.0550 | 8.6548 |
138
+ | 0.1611 | 1.63 | 6700 | 0.2293 | 18.5877 | 8.5608 |
139
+ | 0.1232 | 1.65 | 6800 | 0.2309 | 19.4012 | 8.9273 |
140
+ | 0.1692 | 1.68 | 6900 | 0.2288 | 18.6224 | 8.8756 |
141
+ | 0.1544 | 1.7 | 7000 | 0.2265 | 18.3454 | 8.5467 |
142
+ | 0.1282 | 1.72 | 7100 | 0.2256 | 18.6570 | 8.6642 |
143
+ | 0.1414 | 1.75 | 7200 | 0.2258 | 22.1011 | 10.2993 |
144
+ | 0.157 | 1.77 | 7300 | 0.2259 | 18.8474 | 8.6501 |
145
+ | 0.1592 | 1.8 | 7400 | 0.2249 | 18.6570 | 8.5702 |
146
+ | 0.0998 | 1.82 | 7500 | 0.2246 | 18.8127 | 8.6125 |
147
+ | 0.1486 | 1.85 | 7600 | 0.2225 | 18.3281 | 8.3024 |
148
+ | 0.1336 | 1.87 | 7700 | 0.2221 | 18.5704 | 8.4387 |
149
+ | 0.1388 | 1.9 | 7800 | 0.2222 | 18.5531 | 8.5044 |
150
+ | 0.1341 | 1.92 | 7900 | 0.2212 | 22.0665 | 10.4215 |
151
+ | 0.1548 | 1.94 | 8000 | 0.2215 | 21.8588 | 10.3275 |
152
+ | 0.1276 | 1.97 | 8100 | 0.2182 | 21.8069 | 10.3040 |
153
+ | 0.1567 | 1.99 | 8200 | 0.2200 | 18.1031 | 8.3541 |
154
+ | 0.1054 | 2.02 | 8300 | 0.2201 | 21.5646 | 10.2335 |
155
+ | 0.0793 | 2.04 | 8400 | 0.2219 | 21.1838 | 10.1161 |
156
+ | 0.0944 | 2.07 | 8500 | 0.2225 | 21.5819 | 10.3510 |
157
+ | 0.0824 | 2.09 | 8600 | 0.2230 | 21.7203 | 10.2476 |
158
+ | 0.0863 | 2.11 | 8700 | 0.2222 | 21.6684 | 10.2241 |
159
+ | 0.1102 | 2.14 | 8800 | 0.2233 | 21.5819 | 10.3228 |
160
+ | 0.0852 | 2.16 | 8900 | 0.2226 | 21.8588 | 10.2946 |
161
+ | 0.0796 | 2.19 | 9000 | 0.2227 | 21.9626 | 10.3651 |
162
+ | 0.1023 | 2.21 | 9100 | 0.2223 | 21.7722 | 10.4309 |
163
+ | 0.08 | 2.24 | 9200 | 0.2216 | 21.4780 | 10.2664 |
164
+ | 0.0703 | 2.26 | 9300 | 0.2218 | 21.5992 | 10.2429 |
165
+ | 0.0923 | 2.28 | 9400 | 0.2212 | 21.4434 | 10.2006 |
166
+ | 0.0694 | 2.31 | 9500 | 0.2217 | 21.4780 | 10.2194 |
167
+ | 0.1033 | 2.33 | 9600 | 0.2216 | 21.5126 | 10.2382 |
168
+ | 0.0913 | 2.36 | 9700 | 0.2214 | 21.5299 | 10.2194 |
169
+ | 0.0882 | 2.38 | 9800 | 0.2212 | 21.7376 | 10.2758 |
170
+ | 0.0852 | 2.41 | 9900 | 0.2212 | 21.7203 | 10.3087 |
171
+ | 0.0862 | 2.43 | 10000 | 0.2212 | 21.7895 | 10.3463 |
172
+
173
+
174
+ ### Framework versions
175
+
176
+ - Transformers 4.33.2
177
+ - Pytorch 2.0.1+cu117
178
+ - Datasets 2.14.5
179
+ - Tokenizers 0.13.3
generation_config.json ADDED
@@ -0,0 +1,267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": [
45
+ 220,
46
+ 50257
47
+ ],
48
+ "bos_token_id": 50257,
49
+ "decoder_start_token_id": 50258,
50
+ "eos_token_id": 50257,
51
+ "forced_decoder_ids": [
52
+ [
53
+ 1,
54
+ 50264
55
+ ],
56
+ [
57
+ 2,
58
+ 50359
59
+ ],
60
+ [
61
+ 3,
62
+ 50363
63
+ ]
64
+ ],
65
+ "is_multilingual": true,
66
+ "lang_to_id": {
67
+ "<|af|>": 50327,
68
+ "<|am|>": 50334,
69
+ "<|ar|>": 50272,
70
+ "<|as|>": 50350,
71
+ "<|az|>": 50304,
72
+ "<|ba|>": 50355,
73
+ "<|be|>": 50330,
74
+ "<|bg|>": 50292,
75
+ "<|bn|>": 50302,
76
+ "<|bo|>": 50347,
77
+ "<|br|>": 50309,
78
+ "<|bs|>": 50315,
79
+ "<|ca|>": 50270,
80
+ "<|cs|>": 50283,
81
+ "<|cy|>": 50297,
82
+ "<|da|>": 50285,
83
+ "<|de|>": 50261,
84
+ "<|el|>": 50281,
85
+ "<|en|>": 50259,
86
+ "<|es|>": 50262,
87
+ "<|et|>": 50307,
88
+ "<|eu|>": 50310,
89
+ "<|fa|>": 50300,
90
+ "<|fi|>": 50277,
91
+ "<|fo|>": 50338,
92
+ "<|fr|>": 50265,
93
+ "<|gl|>": 50319,
94
+ "<|gu|>": 50333,
95
+ "<|haw|>": 50352,
96
+ "<|ha|>": 50354,
97
+ "<|he|>": 50279,
98
+ "<|hi|>": 50276,
99
+ "<|hr|>": 50291,
100
+ "<|ht|>": 50339,
101
+ "<|hu|>": 50286,
102
+ "<|hy|>": 50312,
103
+ "<|id|>": 50275,
104
+ "<|is|>": 50311,
105
+ "<|it|>": 50274,
106
+ "<|ja|>": 50266,
107
+ "<|jw|>": 50356,
108
+ "<|ka|>": 50329,
109
+ "<|kk|>": 50316,
110
+ "<|km|>": 50323,
111
+ "<|kn|>": 50306,
112
+ "<|ko|>": 50264,
113
+ "<|la|>": 50294,
114
+ "<|lb|>": 50345,
115
+ "<|ln|>": 50353,
116
+ "<|lo|>": 50336,
117
+ "<|lt|>": 50293,
118
+ "<|lv|>": 50301,
119
+ "<|mg|>": 50349,
120
+ "<|mi|>": 50295,
121
+ "<|mk|>": 50308,
122
+ "<|ml|>": 50296,
123
+ "<|mn|>": 50314,
124
+ "<|mr|>": 50320,
125
+ "<|ms|>": 50282,
126
+ "<|mt|>": 50343,
127
+ "<|my|>": 50346,
128
+ "<|ne|>": 50313,
129
+ "<|nl|>": 50271,
130
+ "<|nn|>": 50342,
131
+ "<|no|>": 50288,
132
+ "<|oc|>": 50328,
133
+ "<|pa|>": 50321,
134
+ "<|pl|>": 50269,
135
+ "<|ps|>": 50340,
136
+ "<|pt|>": 50267,
137
+ "<|ro|>": 50284,
138
+ "<|ru|>": 50263,
139
+ "<|sa|>": 50344,
140
+ "<|sd|>": 50332,
141
+ "<|si|>": 50322,
142
+ "<|sk|>": 50298,
143
+ "<|sl|>": 50305,
144
+ "<|sn|>": 50324,
145
+ "<|so|>": 50326,
146
+ "<|sq|>": 50317,
147
+ "<|sr|>": 50303,
148
+ "<|su|>": 50357,
149
+ "<|sv|>": 50273,
150
+ "<|sw|>": 50318,
151
+ "<|ta|>": 50287,
152
+ "<|te|>": 50299,
153
+ "<|tg|>": 50331,
154
+ "<|th|>": 50289,
155
+ "<|tk|>": 50341,
156
+ "<|tl|>": 50348,
157
+ "<|tr|>": 50268,
158
+ "<|tt|>": 50351,
159
+ "<|uk|>": 50280,
160
+ "<|ur|>": 50290,
161
+ "<|uz|>": 50337,
162
+ "<|vi|>": 50278,
163
+ "<|yi|>": 50335,
164
+ "<|yo|>": 50325,
165
+ "<|zh|>": 50260
166
+ },
167
+ "max_initial_timestamp_index": 1,
168
+ "max_length": 448,
169
+ "no_timestamps_token_id": 50363,
170
+ "pad_token_id": 50257,
171
+ "return_timestamps": false,
172
+ "suppress_tokens": [
173
+ 1,
174
+ 2,
175
+ 7,
176
+ 8,
177
+ 9,
178
+ 10,
179
+ 14,
180
+ 25,
181
+ 26,
182
+ 27,
183
+ 28,
184
+ 29,
185
+ 31,
186
+ 58,
187
+ 59,
188
+ 60,
189
+ 61,
190
+ 62,
191
+ 63,
192
+ 90,
193
+ 91,
194
+ 92,
195
+ 93,
196
+ 359,
197
+ 503,
198
+ 522,
199
+ 542,
200
+ 873,
201
+ 893,
202
+ 902,
203
+ 918,
204
+ 922,
205
+ 931,
206
+ 1350,
207
+ 1853,
208
+ 1982,
209
+ 2460,
210
+ 2627,
211
+ 3246,
212
+ 3253,
213
+ 3268,
214
+ 3536,
215
+ 3846,
216
+ 3961,
217
+ 4183,
218
+ 4667,
219
+ 6585,
220
+ 6647,
221
+ 7273,
222
+ 9061,
223
+ 9383,
224
+ 10428,
225
+ 10929,
226
+ 11938,
227
+ 12033,
228
+ 12331,
229
+ 12562,
230
+ 13793,
231
+ 14157,
232
+ 14635,
233
+ 15265,
234
+ 15618,
235
+ 16553,
236
+ 16604,
237
+ 18362,
238
+ 18956,
239
+ 20075,
240
+ 21675,
241
+ 22520,
242
+ 26130,
243
+ 26161,
244
+ 26435,
245
+ 28279,
246
+ 29464,
247
+ 31650,
248
+ 32302,
249
+ 32470,
250
+ 36865,
251
+ 42863,
252
+ 47425,
253
+ 49870,
254
+ 50254,
255
+ 50258,
256
+ 50358,
257
+ 50359,
258
+ 50360,
259
+ 50361,
260
+ 50362
261
+ ],
262
+ "task_to_id": {
263
+ "transcribe": 50359,
264
+ "translate": 50358
265
+ },
266
+ "transformers_version": "4.33.2"
267
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b5de0de91f50ac2bd9d46a93d5b2f718dad9e32dc67602478155a978ae08268b
3
  size 967102729
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c86fff7bcd2d10472e9683d79609252c45029cdd9faed819e80a07151614a3e4
3
  size 967102729