Oblivion208 commited on
Commit
d4d9183
1 Parent(s): 2d9cce9

Upload folder using huggingface_hub

Browse files
added_tokens.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<|af|>": 50327,
3
+ "<|am|>": 50334,
4
+ "<|ar|>": 50272,
5
+ "<|as|>": 50350,
6
+ "<|az|>": 50304,
7
+ "<|ba|>": 50355,
8
+ "<|be|>": 50330,
9
+ "<|bg|>": 50292,
10
+ "<|bn|>": 50302,
11
+ "<|bo|>": 50347,
12
+ "<|br|>": 50309,
13
+ "<|bs|>": 50315,
14
+ "<|ca|>": 50270,
15
+ "<|cs|>": 50283,
16
+ "<|cy|>": 50297,
17
+ "<|da|>": 50285,
18
+ "<|de|>": 50261,
19
+ "<|el|>": 50281,
20
+ "<|en|>": 50259,
21
+ "<|es|>": 50262,
22
+ "<|et|>": 50307,
23
+ "<|eu|>": 50310,
24
+ "<|fa|>": 50300,
25
+ "<|fi|>": 50277,
26
+ "<|fo|>": 50338,
27
+ "<|fr|>": 50265,
28
+ "<|gl|>": 50319,
29
+ "<|gu|>": 50333,
30
+ "<|haw|>": 50352,
31
+ "<|ha|>": 50354,
32
+ "<|he|>": 50279,
33
+ "<|hi|>": 50276,
34
+ "<|hr|>": 50291,
35
+ "<|ht|>": 50339,
36
+ "<|hu|>": 50286,
37
+ "<|hy|>": 50312,
38
+ "<|id|>": 50275,
39
+ "<|is|>": 50311,
40
+ "<|it|>": 50274,
41
+ "<|ja|>": 50266,
42
+ "<|jw|>": 50356,
43
+ "<|ka|>": 50329,
44
+ "<|kk|>": 50316,
45
+ "<|km|>": 50323,
46
+ "<|kn|>": 50306,
47
+ "<|ko|>": 50264,
48
+ "<|la|>": 50294,
49
+ "<|lb|>": 50345,
50
+ "<|ln|>": 50353,
51
+ "<|lo|>": 50336,
52
+ "<|lt|>": 50293,
53
+ "<|lv|>": 50301,
54
+ "<|mg|>": 50349,
55
+ "<|mi|>": 50295,
56
+ "<|mk|>": 50308,
57
+ "<|ml|>": 50296,
58
+ "<|mn|>": 50314,
59
+ "<|mr|>": 50320,
60
+ "<|ms|>": 50282,
61
+ "<|mt|>": 50343,
62
+ "<|my|>": 50346,
63
+ "<|ne|>": 50313,
64
+ "<|nl|>": 50271,
65
+ "<|nn|>": 50342,
66
+ "<|nocaptions|>": 50362,
67
+ "<|notimestamps|>": 50363,
68
+ "<|no|>": 50288,
69
+ "<|oc|>": 50328,
70
+ "<|pa|>": 50321,
71
+ "<|pl|>": 50269,
72
+ "<|ps|>": 50340,
73
+ "<|pt|>": 50267,
74
+ "<|ro|>": 50284,
75
+ "<|ru|>": 50263,
76
+ "<|sa|>": 50344,
77
+ "<|sd|>": 50332,
78
+ "<|si|>": 50322,
79
+ "<|sk|>": 50298,
80
+ "<|sl|>": 50305,
81
+ "<|sn|>": 50324,
82
+ "<|so|>": 50326,
83
+ "<|sq|>": 50317,
84
+ "<|sr|>": 50303,
85
+ "<|startoflm|>": 50360,
86
+ "<|startofprev|>": 50361,
87
+ "<|startoftranscript|>": 50258,
88
+ "<|su|>": 50357,
89
+ "<|sv|>": 50273,
90
+ "<|sw|>": 50318,
91
+ "<|ta|>": 50287,
92
+ "<|te|>": 50299,
93
+ "<|tg|>": 50331,
94
+ "<|th|>": 50289,
95
+ "<|tk|>": 50341,
96
+ "<|tl|>": 50348,
97
+ "<|transcribe|>": 50359,
98
+ "<|translate|>": 50358,
99
+ "<|tr|>": 50268,
100
+ "<|tt|>": 50351,
101
+ "<|uk|>": 50280,
102
+ "<|ur|>": 50290,
103
+ "<|uz|>": 50337,
104
+ "<|vi|>": 50278,
105
+ "<|yi|>": 50335,
106
+ "<|yo|>": 50325,
107
+ "<|zh|>": 50260
108
+ }
config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai/whisper-base",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "gelu",
5
+ "apply_spec_augment": false,
6
+ "architectures": [
7
+ "WhisperForConditionalGeneration"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "begin_suppress_tokens": [
11
+ 220,
12
+ 50257
13
+ ],
14
+ "bos_token_id": 50257,
15
+ "classifier_proj_size": 256,
16
+ "d_model": 512,
17
+ "decoder_attention_heads": 8,
18
+ "decoder_ffn_dim": 2048,
19
+ "decoder_layerdrop": 0.0,
20
+ "decoder_layers": 6,
21
+ "decoder_start_token_id": 50258,
22
+ "dropout": 0.0,
23
+ "encoder_attention_heads": 8,
24
+ "encoder_ffn_dim": 2048,
25
+ "encoder_layerdrop": 0.0,
26
+ "encoder_layers": 6,
27
+ "eos_token_id": 50257,
28
+ "forced_decoder_ids": null,
29
+ "init_std": 0.02,
30
+ "is_encoder_decoder": true,
31
+ "mask_feature_length": 10,
32
+ "mask_feature_min_masks": 0,
33
+ "mask_feature_prob": 0.0,
34
+ "mask_time_length": 10,
35
+ "mask_time_min_masks": 2,
36
+ "mask_time_prob": 0.05,
37
+ "max_length": 448,
38
+ "max_source_positions": 1500,
39
+ "max_target_positions": 448,
40
+ "median_filter_width": 7,
41
+ "model_type": "whisper",
42
+ "num_hidden_layers": 6,
43
+ "num_mel_bins": 80,
44
+ "pad_token_id": 50257,
45
+ "scale_embedding": false,
46
+ "suppress_tokens": [],
47
+ "torch_dtype": "float32",
48
+ "transformers_version": "4.33.0.dev0",
49
+ "use_cache": false,
50
+ "use_weighted_layer_sum": false,
51
+ "vocab_size": 51865
52
+ }
generation_config.json ADDED
@@ -0,0 +1,255 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alignment_heads": [
3
+ [
4
+ 3,
5
+ 1
6
+ ],
7
+ [
8
+ 4,
9
+ 2
10
+ ],
11
+ [
12
+ 4,
13
+ 3
14
+ ],
15
+ [
16
+ 4,
17
+ 7
18
+ ],
19
+ [
20
+ 5,
21
+ 1
22
+ ],
23
+ [
24
+ 5,
25
+ 2
26
+ ],
27
+ [
28
+ 5,
29
+ 4
30
+ ],
31
+ [
32
+ 5,
33
+ 6
34
+ ]
35
+ ],
36
+ "begin_suppress_tokens": [
37
+ 220,
38
+ 50257
39
+ ],
40
+ "bos_token_id": 50257,
41
+ "decoder_start_token_id": 50258,
42
+ "eos_token_id": 50257,
43
+ "forced_decoder_ids": [
44
+ [
45
+ 1,
46
+ null
47
+ ],
48
+ [
49
+ 2,
50
+ 50359
51
+ ]
52
+ ],
53
+ "is_multilingual": true,
54
+ "lang_to_id": {
55
+ "<|af|>": 50327,
56
+ "<|am|>": 50334,
57
+ "<|ar|>": 50272,
58
+ "<|as|>": 50350,
59
+ "<|az|>": 50304,
60
+ "<|ba|>": 50355,
61
+ "<|be|>": 50330,
62
+ "<|bg|>": 50292,
63
+ "<|bn|>": 50302,
64
+ "<|bo|>": 50347,
65
+ "<|br|>": 50309,
66
+ "<|bs|>": 50315,
67
+ "<|ca|>": 50270,
68
+ "<|cs|>": 50283,
69
+ "<|cy|>": 50297,
70
+ "<|da|>": 50285,
71
+ "<|de|>": 50261,
72
+ "<|el|>": 50281,
73
+ "<|en|>": 50259,
74
+ "<|es|>": 50262,
75
+ "<|et|>": 50307,
76
+ "<|eu|>": 50310,
77
+ "<|fa|>": 50300,
78
+ "<|fi|>": 50277,
79
+ "<|fo|>": 50338,
80
+ "<|fr|>": 50265,
81
+ "<|gl|>": 50319,
82
+ "<|gu|>": 50333,
83
+ "<|haw|>": 50352,
84
+ "<|ha|>": 50354,
85
+ "<|he|>": 50279,
86
+ "<|hi|>": 50276,
87
+ "<|hr|>": 50291,
88
+ "<|ht|>": 50339,
89
+ "<|hu|>": 50286,
90
+ "<|hy|>": 50312,
91
+ "<|id|>": 50275,
92
+ "<|is|>": 50311,
93
+ "<|it|>": 50274,
94
+ "<|ja|>": 50266,
95
+ "<|jw|>": 50356,
96
+ "<|ka|>": 50329,
97
+ "<|kk|>": 50316,
98
+ "<|km|>": 50323,
99
+ "<|kn|>": 50306,
100
+ "<|ko|>": 50264,
101
+ "<|la|>": 50294,
102
+ "<|lb|>": 50345,
103
+ "<|ln|>": 50353,
104
+ "<|lo|>": 50336,
105
+ "<|lt|>": 50293,
106
+ "<|lv|>": 50301,
107
+ "<|mg|>": 50349,
108
+ "<|mi|>": 50295,
109
+ "<|mk|>": 50308,
110
+ "<|ml|>": 50296,
111
+ "<|mn|>": 50314,
112
+ "<|mr|>": 50320,
113
+ "<|ms|>": 50282,
114
+ "<|mt|>": 50343,
115
+ "<|my|>": 50346,
116
+ "<|ne|>": 50313,
117
+ "<|nl|>": 50271,
118
+ "<|nn|>": 50342,
119
+ "<|no|>": 50288,
120
+ "<|oc|>": 50328,
121
+ "<|pa|>": 50321,
122
+ "<|pl|>": 50269,
123
+ "<|ps|>": 50340,
124
+ "<|pt|>": 50267,
125
+ "<|ro|>": 50284,
126
+ "<|ru|>": 50263,
127
+ "<|sa|>": 50344,
128
+ "<|sd|>": 50332,
129
+ "<|si|>": 50322,
130
+ "<|sk|>": 50298,
131
+ "<|sl|>": 50305,
132
+ "<|sn|>": 50324,
133
+ "<|so|>": 50326,
134
+ "<|sq|>": 50317,
135
+ "<|sr|>": 50303,
136
+ "<|su|>": 50357,
137
+ "<|sv|>": 50273,
138
+ "<|sw|>": 50318,
139
+ "<|ta|>": 50287,
140
+ "<|te|>": 50299,
141
+ "<|tg|>": 50331,
142
+ "<|th|>": 50289,
143
+ "<|tk|>": 50341,
144
+ "<|tl|>": 50348,
145
+ "<|tr|>": 50268,
146
+ "<|tt|>": 50351,
147
+ "<|uk|>": 50280,
148
+ "<|ur|>": 50290,
149
+ "<|uz|>": 50337,
150
+ "<|vi|>": 50278,
151
+ "<|yi|>": 50335,
152
+ "<|yo|>": 50325,
153
+ "<|zh|>": 50260
154
+ },
155
+ "max_initial_timestamp_index": 1,
156
+ "max_length": 448,
157
+ "no_timestamps_token_id": 50363,
158
+ "pad_token_id": 50257,
159
+ "return_timestamps": false,
160
+ "suppress_tokens": [
161
+ 1,
162
+ 2,
163
+ 7,
164
+ 8,
165
+ 9,
166
+ 10,
167
+ 14,
168
+ 25,
169
+ 26,
170
+ 27,
171
+ 28,
172
+ 29,
173
+ 31,
174
+ 58,
175
+ 59,
176
+ 60,
177
+ 61,
178
+ 62,
179
+ 63,
180
+ 90,
181
+ 91,
182
+ 92,
183
+ 93,
184
+ 359,
185
+ 503,
186
+ 522,
187
+ 542,
188
+ 873,
189
+ 893,
190
+ 902,
191
+ 918,
192
+ 922,
193
+ 931,
194
+ 1350,
195
+ 1853,
196
+ 1982,
197
+ 2460,
198
+ 2627,
199
+ 3246,
200
+ 3253,
201
+ 3268,
202
+ 3536,
203
+ 3846,
204
+ 3961,
205
+ 4183,
206
+ 4667,
207
+ 6585,
208
+ 6647,
209
+ 7273,
210
+ 9061,
211
+ 9383,
212
+ 10428,
213
+ 10929,
214
+ 11938,
215
+ 12033,
216
+ 12331,
217
+ 12562,
218
+ 13793,
219
+ 14157,
220
+ 14635,
221
+ 15265,
222
+ 15618,
223
+ 16553,
224
+ 16604,
225
+ 18362,
226
+ 18956,
227
+ 20075,
228
+ 21675,
229
+ 22520,
230
+ 26130,
231
+ 26161,
232
+ 26435,
233
+ 28279,
234
+ 29464,
235
+ 31650,
236
+ 32302,
237
+ 32470,
238
+ 36865,
239
+ 42863,
240
+ 47425,
241
+ 49870,
242
+ 50254,
243
+ 50258,
244
+ 50358,
245
+ 50359,
246
+ 50360,
247
+ 50361,
248
+ 50362
249
+ ],
250
+ "task_to_id": {
251
+ "transcribe": 50359,
252
+ "translate": 50358
253
+ },
254
+ "transformers_version": "4.33.0.dev0"
255
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
normalizer.json ADDED
@@ -0,0 +1,1742 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "accessorise": "accessorize",
3
+ "accessorised": "accessorized",
4
+ "accessorises": "accessorizes",
5
+ "accessorising": "accessorizing",
6
+ "acclimatisation": "acclimatization",
7
+ "acclimatise": "acclimatize",
8
+ "acclimatised": "acclimatized",
9
+ "acclimatises": "acclimatizes",
10
+ "acclimatising": "acclimatizing",
11
+ "accoutrements": "accouterments",
12
+ "aeon": "eon",
13
+ "aeons": "eons",
14
+ "aerogramme": "aerogram",
15
+ "aerogrammes": "aerograms",
16
+ "aeroplane": "airplane",
17
+ "aeroplanes": "airplanes",
18
+ "aesthete": "esthete",
19
+ "aesthetes": "esthetes",
20
+ "aesthetic": "esthetic",
21
+ "aesthetically": "esthetically",
22
+ "aesthetics": "esthetics",
23
+ "aetiology": "etiology",
24
+ "ageing": "aging",
25
+ "aggrandisement": "aggrandizement",
26
+ "agonise": "agonize",
27
+ "agonised": "agonized",
28
+ "agonises": "agonizes",
29
+ "agonising": "agonizing",
30
+ "agonisingly": "agonizingly",
31
+ "almanack": "almanac",
32
+ "almanacks": "almanacs",
33
+ "aluminium": "aluminum",
34
+ "amortisable": "amortizable",
35
+ "amortisation": "amortization",
36
+ "amortisations": "amortizations",
37
+ "amortise": "amortize",
38
+ "amortised": "amortized",
39
+ "amortises": "amortizes",
40
+ "amortising": "amortizing",
41
+ "amphitheatre": "amphitheater",
42
+ "amphitheatres": "amphitheaters",
43
+ "anaemia": "anemia",
44
+ "anaemic": "anemic",
45
+ "anaesthesia": "anesthesia",
46
+ "anaesthetic": "anesthetic",
47
+ "anaesthetics": "anesthetics",
48
+ "anaesthetise": "anesthetize",
49
+ "anaesthetised": "anesthetized",
50
+ "anaesthetises": "anesthetizes",
51
+ "anaesthetising": "anesthetizing",
52
+ "anaesthetist": "anesthetist",
53
+ "anaesthetists": "anesthetists",
54
+ "anaesthetize": "anesthetize",
55
+ "anaesthetized": "anesthetized",
56
+ "anaesthetizes": "anesthetizes",
57
+ "anaesthetizing": "anesthetizing",
58
+ "analogue": "analog",
59
+ "analogues": "analogs",
60
+ "analyse": "analyze",
61
+ "analysed": "analyzed",
62
+ "analyses": "analyzes",
63
+ "analysing": "analyzing",
64
+ "anglicise": "anglicize",
65
+ "anglicised": "anglicized",
66
+ "anglicises": "anglicizes",
67
+ "anglicising": "anglicizing",
68
+ "annualised": "annualized",
69
+ "antagonise": "antagonize",
70
+ "antagonised": "antagonized",
71
+ "antagonises": "antagonizes",
72
+ "antagonising": "antagonizing",
73
+ "apologise": "apologize",
74
+ "apologised": "apologized",
75
+ "apologises": "apologizes",
76
+ "apologising": "apologizing",
77
+ "appal": "appall",
78
+ "appals": "appalls",
79
+ "appetiser": "appetizer",
80
+ "appetisers": "appetizers",
81
+ "appetising": "appetizing",
82
+ "appetisingly": "appetizingly",
83
+ "arbour": "arbor",
84
+ "arbours": "arbors",
85
+ "archaeologically": "archeologically",
86
+ "archaeologist": "archeologist",
87
+ "archaeologists": "archeologists",
88
+ "archaeology": "archeology</span>",
89
+ "archeological": "archaeological",
90
+ "ardour": "ardor",
91
+ "armour": "armor",
92
+ "armoured": "armored",
93
+ "armourer": "armorer",
94
+ "armourers": "armorers",
95
+ "armouries": "armories",
96
+ "armoury": "armory",
97
+ "artefact": "artifact",
98
+ "artefacts": "artifacts",
99
+ "authorise": "authorize",
100
+ "authorised": "authorized",
101
+ "authorises": "authorizes",
102
+ "authorising": "authorizing",
103
+ "axe": "ax",
104
+ "backpedalled": "backpedaled",
105
+ "backpedalling": "backpedaling",
106
+ "bannister": "banister",
107
+ "bannisters": "banisters",
108
+ "baptise": "baptize",
109
+ "baptised": "baptized",
110
+ "baptises": "baptizes",
111
+ "baptising": "baptizing",
112
+ "bastardise": "bastardize",
113
+ "bastardised": "bastardized",
114
+ "bastardises": "bastardizes",
115
+ "bastardising": "bastardizing",
116
+ "battleax": "battleaxe",
117
+ "baulk": "balk",
118
+ "baulked": "balked",
119
+ "baulking": "balking",
120
+ "baulks": "balks",
121
+ "bedevilled": "bedeviled",
122
+ "bedevilling": "bedeviling",
123
+ "behaviour": "behavior",
124
+ "behavioural": "behavioral",
125
+ "behaviourism": "behaviorism",
126
+ "behaviourist": "behaviorist",
127
+ "behaviourists": "behaviorists",
128
+ "behaviours": "behaviors",
129
+ "behove": "behoove",
130
+ "behoved": "behooved",
131
+ "behoves": "behooves",
132
+ "bejewelled": "bejeweled",
133
+ "belabour": "belabor",
134
+ "belaboured": "belabored",
135
+ "belabouring": "belaboring",
136
+ "belabours": "belabors",
137
+ "bevelled": "beveled",
138
+ "bevvies": "bevies",
139
+ "bevvy": "bevy",
140
+ "biassed": "biased",
141
+ "biassing": "biasing",
142
+ "bingeing": "binging",
143
+ "bougainvillaea": "bougainvillea",
144
+ "bougainvillaeas": "bougainvilleas",
145
+ "bowdlerise": "bowdlerize",
146
+ "bowdlerised": "bowdlerized",
147
+ "bowdlerises": "bowdlerizes",
148
+ "bowdlerising": "bowdlerizing",
149
+ "breathalyse": "breathalyze",
150
+ "breathalysed": "breathalyzed",
151
+ "breathalyser": "breathalyzer",
152
+ "breathalysers": "breathalyzers",
153
+ "breathalyses": "breathalyzes",
154
+ "breathalysing": "breathalyzing",
155
+ "brutalise": "brutalize",
156
+ "brutalised": "brutalized",
157
+ "brutalises": "brutalizes",
158
+ "brutalising": "brutalizing",
159
+ "busses": "buses",
160
+ "bussing": "busing",
161
+ "caesarean": "cesarean",
162
+ "caesareans": "cesareans",
163
+ "calibre": "caliber",
164
+ "calibres": "calibers",
165
+ "calliper": "caliper",
166
+ "callipers": "calipers",
167
+ "callisthenics": "calisthenics",
168
+ "canalise": "canalize",
169
+ "canalised": "canalized",
170
+ "canalises": "canalizes",
171
+ "canalising": "canalizing",
172
+ "cancelation": "cancellation",
173
+ "cancelations": "cancellations",
174
+ "cancelled": "canceled",
175
+ "cancelling": "canceling",
176
+ "candour": "candor",
177
+ "cannibalise": "cannibalize",
178
+ "cannibalised": "cannibalized",
179
+ "cannibalises": "cannibalizes",
180
+ "cannibalising": "cannibalizing",
181
+ "canonise": "canonize",
182
+ "canonised": "canonized",
183
+ "canonises": "canonizes",
184
+ "canonising": "canonizing",
185
+ "capitalise": "capitalize",
186
+ "capitalised": "capitalized",
187
+ "capitalises": "capitalizes",
188
+ "capitalising": "capitalizing",
189
+ "caramelise": "caramelize",
190
+ "caramelised": "caramelized",
191
+ "caramelises": "caramelizes",
192
+ "caramelising": "caramelizing",
193
+ "carbonise": "carbonize",
194
+ "carbonised": "carbonized",
195
+ "carbonises": "carbonizes",
196
+ "carbonising": "carbonizing",
197
+ "carolled": "caroled",
198
+ "carolling": "caroling",
199
+ "catalogue": "catalog",
200
+ "catalogued": "cataloged",
201
+ "catalogues": "catalogs",
202
+ "cataloguing": "cataloging",
203
+ "catalyse": "catalyze",
204
+ "catalysed": "catalyzed",
205
+ "catalyses": "catalyzes",
206
+ "catalysing": "catalyzing",
207
+ "categorise": "categorize",
208
+ "categorised": "categorized",
209
+ "categorises": "categorizes",
210
+ "categorising": "categorizing",
211
+ "cauterise": "cauterize",
212
+ "cauterised": "cauterized",
213
+ "cauterises": "cauterizes",
214
+ "cauterising": "cauterizing",
215
+ "cavilled": "caviled",
216
+ "cavilling": "caviling",
217
+ "centigramme": "centigram",
218
+ "centigrammes": "centigrams",
219
+ "centilitre": "centiliter",
220
+ "centilitres": "centiliters",
221
+ "centimetre": "centimeter",
222
+ "centimetres": "centimeters",
223
+ "centralise": "centralize",
224
+ "centralised": "centralized",
225
+ "centralises": "centralizes",
226
+ "centralising": "centralizing",
227
+ "centre": "center",
228
+ "centred": "centered",
229
+ "centrefold": "centerfold",
230
+ "centrefolds": "centerfolds",
231
+ "centrepiece": "centerpiece",
232
+ "centrepieces": "centerpieces",
233
+ "centres": "centers",
234
+ "channelled": "channeled",
235
+ "channelling": "channeling",
236
+ "characterise": "characterize",
237
+ "characterised": "characterized",
238
+ "characterises": "characterizes",
239
+ "characterising": "characterizing",
240
+ "cheque": "check",
241
+ "chequebook": "checkbook",
242
+ "chequebooks": "checkbooks",
243
+ "chequered": "checkered",
244
+ "cheques": "checks",
245
+ "chilli": "chili",
246
+ "chimaera": "chimera",
247
+ "chimaeras": "chimeras",
248
+ "chiselled": "chiseled",
249
+ "chiselling": "chiseling",
250
+ "circularise": "circularize",
251
+ "circularised": "circularized",
252
+ "circularises": "circularizes",
253
+ "circularising": "circularizing",
254
+ "civilise": "civilize",
255
+ "civilised": "civilized",
256
+ "civilises": "civilizes",
257
+ "civilising": "civilizing",
258
+ "clamour": "clamor",
259
+ "clamoured": "clamored",
260
+ "clamouring": "clamoring",
261
+ "clamours": "clamors",
262
+ "clangour": "clangor",
263
+ "clarinettist": "clarinetist",
264
+ "clarinettists": "clarinetists",
265
+ "collectivise": "collectivize",
266
+ "collectivised": "collectivized",
267
+ "collectivises": "collectivizes",
268
+ "collectivising": "collectivizing",
269
+ "colonisation": "colonization",
270
+ "colonise": "colonize",
271
+ "colonised": "colonized",
272
+ "coloniser": "colonizer",
273
+ "colonisers": "colonizers",
274
+ "colonises": "colonizes",
275
+ "colonising": "colonizing",
276
+ "colour": "color",
277
+ "colourant": "colorant",
278
+ "colourants": "colorants",
279
+ "coloured": "colored",
280
+ "coloureds": "coloreds",
281
+ "colourful": "colorful",
282
+ "colourfully": "colorfully",
283
+ "colouring": "coloring",
284
+ "colourize": "colorize",
285
+ "colourized": "colorized",
286
+ "colourizes": "colorizes",
287
+ "colourizing": "colorizing",
288
+ "colourless": "colorless",
289
+ "colours": "colors",
290
+ "commercialise": "commercialize",
291
+ "commercialised": "commercialized",
292
+ "commercialises": "commercializes",
293
+ "commercialising": "commercializing",
294
+ "compartmentalise": "compartmentalize",
295
+ "compartmentalised": "compartmentalized",
296
+ "compartmentalises": "compartmentalizes",
297
+ "compartmentalising": "compartmentalizing",
298
+ "computerise": "computerize",
299
+ "computerised": "computerized",
300
+ "computerises": "computerizes",
301
+ "computerising": "computerizing",
302
+ "conceptualise": "conceptualize",
303
+ "conceptualised": "conceptualized",
304
+ "conceptualises": "conceptualizes",
305
+ "conceptualising": "conceptualizing",
306
+ "connexion": "connection",
307
+ "connexions": "connections",
308
+ "contextualise": "contextualize",
309
+ "contextualised": "contextualized",
310
+ "contextualises": "contextualizes",
311
+ "contextualising": "contextualizing",
312
+ "cosier": "cozier",
313
+ "cosies": "cozies",
314
+ "cosiest": "coziest",
315
+ "cosily": "cozily",
316
+ "cosiness": "coziness",
317
+ "cosy": "cozy",
318
+ "councillor": "councilor",
319
+ "councillors": "councilors",
320
+ "counselled": "counseled",
321
+ "counselling": "counseling",
322
+ "counsellor": "counselor",
323
+ "counsellors": "counselors",
324
+ "crenelated": "crenellated",
325
+ "criminalise": "criminalize",
326
+ "criminalised": "criminalized",
327
+ "criminalises": "criminalizes",
328
+ "criminalising": "criminalizing",
329
+ "criticise": "criticize",
330
+ "criticised": "criticized",
331
+ "criticises": "criticizes",
332
+ "criticising": "criticizing",
333
+ "crueller": "crueler",
334
+ "cruellest": "cruelest",
335
+ "crystallisation": "crystallization",
336
+ "crystallise": "crystallize",
337
+ "crystallised": "crystallized",
338
+ "crystallises": "crystallizes",
339
+ "crystallising": "crystallizing",
340
+ "cudgelled": "cudgeled",
341
+ "cudgelling": "cudgeling",
342
+ "customise": "customize",
343
+ "customised": "customized",
344
+ "customises": "customizes",
345
+ "customising": "customizing",
346
+ "cypher": "cipher",
347
+ "cyphers": "ciphers",
348
+ "decentralisation": "decentralization",
349
+ "decentralise": "decentralize",
350
+ "decentralised": "decentralized",
351
+ "decentralises": "decentralizes",
352
+ "decentralising": "decentralizing",
353
+ "decriminalisation": "decriminalization",
354
+ "decriminalise": "decriminalize",
355
+ "decriminalised": "decriminalized",
356
+ "decriminalises": "decriminalizes",
357
+ "decriminalising": "decriminalizing",
358
+ "defence": "defense",
359
+ "defenceless": "defenseless",
360
+ "defences": "defenses",
361
+ "dehumanisation": "dehumanization",
362
+ "dehumanise": "dehumanize",
363
+ "dehumanised": "dehumanized",
364
+ "dehumanises": "dehumanizes",
365
+ "dehumanising": "dehumanizing",
366
+ "demeanour": "demeanor",
367
+ "demilitarisation": "demilitarization",
368
+ "demilitarise": "demilitarize",
369
+ "demilitarised": "demilitarized",
370
+ "demilitarises": "demilitarizes",
371
+ "demilitarising": "demilitarizing",
372
+ "demobilisation": "demobilization",
373
+ "demobilise": "demobilize",
374
+ "demobilised": "demobilized",
375
+ "demobilises": "demobilizes",
376
+ "demobilising": "demobilizing",
377
+ "democratisation": "democratization",
378
+ "democratise": "democratize",
379
+ "democratised": "democratized",
380
+ "democratises": "democratizes",
381
+ "democratising": "democratizing",
382
+ "demonise": "demonize",
383
+ "demonised": "demonized",
384
+ "demonises": "demonizes",
385
+ "demonising": "demonizing",
386
+ "demoralisation": "demoralization",
387
+ "demoralise": "demoralize",
388
+ "demoralised": "demoralized",
389
+ "demoralises": "demoralizes",
390
+ "demoralising": "demoralizing",
391
+ "denationalisation": "denationalization",
392
+ "denationalise": "denationalize",
393
+ "denationalised": "denationalized",
394
+ "denationalises": "denationalizes",
395
+ "denationalising": "denationalizing",
396
+ "deodorise": "deodorize",
397
+ "deodorised": "deodorized",
398
+ "deodorises": "deodorizes",
399
+ "deodorising": "deodorizing",
400
+ "depersonalise": "depersonalize",
401
+ "depersonalised": "depersonalized",
402
+ "depersonalises": "depersonalizes",
403
+ "depersonalising": "depersonalizing",
404
+ "deputise": "deputize",
405
+ "deputised": "deputized",
406
+ "deputises": "deputizes",
407
+ "deputising": "deputizing",
408
+ "desensitisation": "desensitization",
409
+ "desensitise": "desensitize",
410
+ "desensitised": "desensitized",
411
+ "desensitises": "desensitizes",
412
+ "desensitising": "desensitizing",
413
+ "destabilisation": "destabilization",
414
+ "destabilise": "destabilize",
415
+ "destabilised": "destabilized",
416
+ "destabilises": "destabilizes",
417
+ "destabilising": "destabilizing",
418
+ "dialled": "dialed",
419
+ "dialling": "dialing",
420
+ "dialogue": "dialog",
421
+ "dialogues": "dialogs",
422
+ "diarrhoea": "diarrhea",
423
+ "digitise": "digitize",
424
+ "digitised": "digitized",
425
+ "digitises": "digitizes",
426
+ "digitising": "digitizing",
427
+ "disc": "disk",
428
+ "discolour": "discolor",
429
+ "discoloured": "discolored",
430
+ "discolouring": "discoloring",
431
+ "discolours": "discolors",
432
+ "discs": "disks",
433
+ "disembowelled": "disemboweled",
434
+ "disembowelling": "disemboweling",
435
+ "disfavour": "disfavor",
436
+ "dishevelled": "disheveled",
437
+ "dishonour": "dishonor",
438
+ "dishonourable": "dishonorable",
439
+ "dishonourably": "dishonorably",
440
+ "dishonoured": "dishonored",
441
+ "dishonouring": "dishonoring",
442
+ "dishonours": "dishonors",
443
+ "disorganisation": "disorganization",
444
+ "disorganised": "disorganized",
445
+ "distil": "distill",
446
+ "distils": "distills",
447
+ "dramatisation": "dramatization",
448
+ "dramatisations": "dramatizations",
449
+ "dramatise": "dramatize",
450
+ "dramatised": "dramatized",
451
+ "dramatises": "dramatizes",
452
+ "dramatising": "dramatizing",
453
+ "draught": "draft",
454
+ "draughtboard": "draftboard",
455
+ "draughtboards": "draftboards",
456
+ "draughtier": "draftier",
457
+ "draughtiest": "draftiest",
458
+ "draughts": "drafts",
459
+ "draughtsman": "draftsman",
460
+ "draughtsmanship": "draftsmanship",
461
+ "draughtsmen": "draftsmen",
462
+ "draughtswoman": "draftswoman",
463
+ "draughtswomen": "draftswomen",
464
+ "draughty": "drafty",
465
+ "drivelled": "driveled",
466
+ "drivelling": "driveling",
467
+ "duelled": "dueled",
468
+ "duelling": "dueling",
469
+ "economise": "economize",
470
+ "economised": "economized",
471
+ "economises": "economizes",
472
+ "economising": "economizing",
473
+ "editorialise": "editorialize",
474
+ "editorialised": "editorialized",
475
+ "editorialises": "editorializes",
476
+ "editorialising": "editorializing",
477
+ "edoema": "edema",
478
+ "empathise": "empathize",
479
+ "empathised": "empathized",
480
+ "empathises": "empathizes",
481
+ "empathising": "empathizing",
482
+ "emphasise": "emphasize",
483
+ "emphasised": "emphasized",
484
+ "emphasises": "emphasizes",
485
+ "emphasising": "emphasizing",
486
+ "enamelled": "enameled",
487
+ "enamelling": "enameling",
488
+ "enamoured": "enamored",
489
+ "encyclopaedia": "encyclopedia",
490
+ "encyclopaedias": "encyclopedias",
491
+ "encyclopaedic": "encyclopedic",
492
+ "endeavour": "endeavor",
493
+ "endeavoured": "endeavored",
494
+ "endeavouring": "endeavoring",
495
+ "endeavours": "endeavors",
496
+ "energise": "energize",
497
+ "energised": "energized",
498
+ "energises": "energizes",
499
+ "energising": "energizing",
500
+ "enrol": "enroll",
501
+ "enrols": "enrolls",
502
+ "enthral": "enthrall",
503
+ "enthrals": "enthralls",
504
+ "epaulette": "epaulet",
505
+ "epaulettes": "epaulets",
506
+ "epicentre": "epicenter",
507
+ "epicentres": "epicenters",
508
+ "epilogue": "epilog",
509
+ "epilogues": "epilogs",
510
+ "epitomise": "epitomize",
511
+ "epitomised": "epitomized",
512
+ "epitomises": "epitomizes",
513
+ "epitomising": "epitomizing",
514
+ "equalisation": "equalization",
515
+ "equalise": "equalize",
516
+ "equalised": "equalized",
517
+ "equaliser": "equalizer",
518
+ "equalisers": "equalizers",
519
+ "equalises": "equalizes",
520
+ "equalising": "equalizing",
521
+ "eulogise": "eulogize",
522
+ "eulogised": "eulogized",
523
+ "eulogises": "eulogizes",
524
+ "eulogising": "eulogizing",
525
+ "evangelise": "evangelize",
526
+ "evangelised": "evangelized",
527
+ "evangelises": "evangelizes",
528
+ "evangelising": "evangelizing",
529
+ "exorcise": "exorcize",
530
+ "exorcised": "exorcized",
531
+ "exorcises": "exorcizes",
532
+ "exorcising": "exorcizing",
533
+ "extemporisation": "extemporization",
534
+ "extemporise": "extemporize",
535
+ "extemporised": "extemporized",
536
+ "extemporises": "extemporizes",
537
+ "extemporising": "extemporizing",
538
+ "externalisation": "externalization",
539
+ "externalisations": "externalizations",
540
+ "externalise": "externalize",
541
+ "externalised": "externalized",
542
+ "externalises": "externalizes",
543
+ "externalising": "externalizing",
544
+ "factorise": "factorize",
545
+ "factorised": "factorized",
546
+ "factorises": "factorizes",
547
+ "factorising": "factorizing",
548
+ "faecal": "fecal",
549
+ "faeces": "feces",
550
+ "familiarisation": "familiarization",
551
+ "familiarise": "familiarize",
552
+ "familiarised": "familiarized",
553
+ "familiarises": "familiarizes",
554
+ "familiarising": "familiarizing",
555
+ "fantasise": "fantasize",
556
+ "fantasised": "fantasized",
557
+ "fantasises": "fantasizes",
558
+ "fantasising": "fantasizing",
559
+ "favour": "favor",
560
+ "favourable": "favorable",
561
+ "favourably": "favorably",
562
+ "favoured": "favored",
563
+ "favouring": "favoring",
564
+ "favourite": "favorite",
565
+ "favourites": "favorites",
566
+ "favouritism": "favoritism",
567
+ "favours": "favors",
568
+ "feminise": "feminize",
569
+ "feminised": "feminized",
570
+ "feminises": "feminizes",
571
+ "feminising": "feminizing",
572
+ "fertilisation": "fertilization",
573
+ "fertilise": "fertilize",
574
+ "fertilised": "fertilized",
575
+ "fertiliser": "fertilizer",
576
+ "fertilisers": "fertilizers",
577
+ "fertilises": "fertilizes",
578
+ "fertilising": "fertilizing",
579
+ "fervour": "fervor",
580
+ "fibre": "fiber",
581
+ "fibreglass": "fiberglass",
582
+ "fibres": "fibers",
583
+ "fictionalisation": "fictionalization",
584
+ "fictionalisations": "fictionalizations",
585
+ "fictionalise": "fictionalize",
586
+ "fictionalised": "fictionalized",
587
+ "fictionalises": "fictionalizes",
588
+ "fictionalising": "fictionalizing",
589
+ "fillet": "filet",
590
+ "filleted": "fileted",
591
+ "filleting": "fileting",
592
+ "fillets": "filets",
593
+ "finalisation": "finalization",
594
+ "finalise": "finalize",
595
+ "finalised": "finalized",
596
+ "finalises": "finalizes",
597
+ "finalising": "finalizing",
598
+ "flautist": "flutist",
599
+ "flautists": "flutists",
600
+ "flavour": "flavor",
601
+ "flavoured": "flavored",
602
+ "flavouring": "flavoring",
603
+ "flavourings": "flavorings",
604
+ "flavourless": "flavorless",
605
+ "flavours": "flavors",
606
+ "flavoursome": "flavorsome",
607
+ "flyer / flier": "flier / flyer",
608
+ "foetal": "fetal",
609
+ "foetid": "fetid",
610
+ "foetus": "fetus",
611
+ "foetuses": "fetuses",
612
+ "formalisation": "formalization",
613
+ "formalise": "formalize",
614
+ "formalised": "formalized",
615
+ "formalises": "formalizes",
616
+ "formalising": "formalizing",
617
+ "fossilisation": "fossilization",
618
+ "fossilise": "fossilize",
619
+ "fossilised": "fossilized",
620
+ "fossilises": "fossilizes",
621
+ "fossilising": "fossilizing",
622
+ "fraternisation": "fraternization",
623
+ "fraternise": "fraternize",
624
+ "fraternised": "fraternized",
625
+ "fraternises": "fraternizes",
626
+ "fraternising": "fraternizing",
627
+ "fulfil": "fulfill",
628
+ "fulfilment": "fulfillment",
629
+ "fulfils": "fulfills",
630
+ "funnelled": "funneled",
631
+ "funnelling": "funneling",
632
+ "gage": "gauge",
633
+ "gaged": "gauged",
634
+ "gages": "gauges",
635
+ "gaging": "gauging",
636
+ "galvanise": "galvanize",
637
+ "galvanised": "galvanized",
638
+ "galvanises": "galvanizes",
639
+ "galvanising": "galvanizing",
640
+ "gambolled": "gamboled",
641
+ "gambolling": "gamboling",
642
+ "gaol": "jail",
643
+ "gaolbird": "jailbird",
644
+ "gaolbirds": "jailbirds",
645
+ "gaolbreak": "jailbreak",
646
+ "gaolbreaks": "jailbreaks",
647
+ "gaoled": "jailed",
648
+ "gaoler": "jailer",
649
+ "gaolers": "jailers",
650
+ "gaoling": "jailing",
651
+ "gaols": "jails",
652
+ "gasses": "gases",
653
+ "generalisation": "generalization",
654
+ "generalisations": "generalizations",
655
+ "generalise": "generalize",
656
+ "generalised": "generalized",
657
+ "generalises": "generalizes",
658
+ "generalising": "generalizing",
659
+ "ghettoise": "ghettoize",
660
+ "ghettoised": "ghettoized",
661
+ "ghettoises": "ghettoizes",
662
+ "ghettoising": "ghettoizing",
663
+ "gipsies": "gypsies",
664
+ "glamor": "glamour",
665
+ "glamorise": "glamorize",
666
+ "glamorised": "glamorized",
667
+ "glamorises": "glamorizes",
668
+ "glamorising": "glamorizing",
669
+ "globalisation": "globalization",
670
+ "globalise": "globalize",
671
+ "globalised": "globalized",
672
+ "globalises": "globalizes",
673
+ "globalising": "globalizing",
674
+ "glueing": "gluing",
675
+ "goitre": "goiter",
676
+ "goitres": "goiters",
677
+ "gonorrhoea": "gonorrhea",
678
+ "gramme": "gram",
679
+ "grammes": "grams",
680
+ "gravelled": "graveled",
681
+ "grey": "gray",
682
+ "greyed": "grayed",
683
+ "greying": "graying",
684
+ "greyish": "grayish",
685
+ "greyness": "grayness",
686
+ "greys": "grays",
687
+ "grovelled": "groveled",
688
+ "grovelling": "groveling",
689
+ "groyne": "groin",
690
+ "groynes": "groins",
691
+ "gruelling": "grueling",
692
+ "gruellingly": "gruelingly",
693
+ "gryphon": "griffin",
694
+ "gryphons": "griffins",
695
+ "gynaecological": "gynecological",
696
+ "gynaecologist": "gynecologist",
697
+ "gynaecologists": "gynecologists",
698
+ "gynaecology": "gynecology",
699
+ "haematological": "hematological",
700
+ "haematologist": "hematologist",
701
+ "haematologists": "hematologists",
702
+ "haematology": "hematology",
703
+ "haemoglobin": "hemoglobin",
704
+ "haemophilia": "hemophilia",
705
+ "haemophiliac": "hemophiliac",
706
+ "haemophiliacs": "hemophiliacs",
707
+ "haemorrhage": "hemorrhage",
708
+ "haemorrhaged": "hemorrhaged",
709
+ "haemorrhages": "hemorrhages",
710
+ "haemorrhaging": "hemorrhaging",
711
+ "haemorrhoids": "hemorrhoids",
712
+ "harbour": "harbor",
713
+ "harboured": "harbored",
714
+ "harbouring": "harboring",
715
+ "harbours": "harbors",
716
+ "harmonisation": "harmonization",
717
+ "harmonise": "harmonize",
718
+ "harmonised": "harmonized",
719
+ "harmonises": "harmonizes",
720
+ "harmonising": "harmonizing",
721
+ "homoeopath": "homeopath",
722
+ "homoeopathic": "homeopathic",
723
+ "homoeopaths": "homeopaths",
724
+ "homoeopathy": "homeopathy",
725
+ "homogenise": "homogenize",
726
+ "homogenised": "homogenized",
727
+ "homogenises": "homogenizes",
728
+ "homogenising": "homogenizing",
729
+ "honour": "honor",
730
+ "honourable": "honorable",
731
+ "honourably": "honorably",
732
+ "honoured": "honored",
733
+ "honouring": "honoring",
734
+ "honours": "honors",
735
+ "hospitalisation": "hospitalization",
736
+ "hospitalise": "hospitalize",
737
+ "hospitalised": "hospitalized",
738
+ "hospitalises": "hospitalizes",
739
+ "hospitalising": "hospitalizing",
740
+ "humanise": "humanize",
741
+ "humanised": "humanized",
742
+ "humanises": "humanizes",
743
+ "humanising": "humanizing",
744
+ "humour": "humor",
745
+ "humoured": "humored",
746
+ "humouring": "humoring",
747
+ "humourless": "humorless",
748
+ "humours": "humors",
749
+ "hybridise": "hybridize",
750
+ "hybridised": "hybridized",
751
+ "hybridises": "hybridizes",
752
+ "hybridising": "hybridizing",
753
+ "hypnotise": "hypnotize",
754
+ "hypnotised": "hypnotized",
755
+ "hypnotises": "hypnotizes",
756
+ "hypnotising": "hypnotizing",
757
+ "hypothesise": "hypothesize",
758
+ "hypothesised": "hypothesized",
759
+ "hypothesises": "hypothesizes",
760
+ "hypothesising": "hypothesizing",
761
+ "idealisation": "idealization",
762
+ "idealise": "idealize",
763
+ "idealised": "idealized",
764
+ "idealises": "idealizes",
765
+ "idealising": "idealizing",
766
+ "idolise": "idolize",
767
+ "idolised": "idolized",
768
+ "idolises": "idolizes",
769
+ "idolising": "idolizing",
770
+ "immobilisation": "immobilization",
771
+ "immobilise": "immobilize",
772
+ "immobilised": "immobilized",
773
+ "immobiliser": "immobilizer",
774
+ "immobilisers": "immobilizers",
775
+ "immobilises": "immobilizes",
776
+ "immobilising": "immobilizing",
777
+ "immortalise": "immortalize",
778
+ "immortalised": "immortalized",
779
+ "immortalises": "immortalizes",
780
+ "immortalising": "immortalizing",
781
+ "immunisation": "immunization",
782
+ "immunise": "immunize",
783
+ "immunised": "immunized",
784
+ "immunises": "immunizes",
785
+ "immunising": "immunizing",
786
+ "impanelled": "impaneled",
787
+ "impanelling": "impaneling",
788
+ "imperilled": "imperiled",
789
+ "imperilling": "imperiling",
790
+ "individualise": "individualize",
791
+ "individualised": "individualized",
792
+ "individualises": "individualizes",
793
+ "individualising": "individualizing",
794
+ "industrialise": "industrialize",
795
+ "industrialised": "industrialized",
796
+ "industrialises": "industrializes",
797
+ "industrialising": "industrializing",
798
+ "inflexion": "inflection",
799
+ "inflexions": "inflections",
800
+ "initialise": "initialize",
801
+ "initialised": "initialized",
802
+ "initialises": "initializes",
803
+ "initialising": "initializing",
804
+ "initialled": "initialed",
805
+ "initialling": "initialing",
806
+ "instal": "install",
807
+ "instalment": "installment",
808
+ "instalments": "installments",
809
+ "instals": "installs",
810
+ "instil": "instill",
811
+ "instils": "instills",
812
+ "institutionalisation": "institutionalization",
813
+ "institutionalise": "institutionalize",
814
+ "institutionalised": "institutionalized",
815
+ "institutionalises": "institutionalizes",
816
+ "institutionalising": "institutionalizing",
817
+ "intellectualise": "intellectualize",
818
+ "intellectualised": "intellectualized",
819
+ "intellectualises": "intellectualizes",
820
+ "intellectualising": "intellectualizing",
821
+ "internalisation": "internalization",
822
+ "internalise": "internalize",
823
+ "internalised": "internalized",
824
+ "internalises": "internalizes",
825
+ "internalising": "internalizing",
826
+ "internationalisation": "internationalization",
827
+ "internationalise": "internationalize",
828
+ "internationalised": "internationalized",
829
+ "internationalises": "internationalizes",
830
+ "internationalising": "internationalizing",
831
+ "ionisation": "ionization",
832
+ "ionise": "ionize",
833
+ "ionised": "ionized",
834
+ "ioniser": "ionizer",
835
+ "ionisers": "ionizers",
836
+ "ionises": "ionizes",
837
+ "ionising": "ionizing",
838
+ "italicise": "italicize",
839
+ "italicised": "italicized",
840
+ "italicises": "italicizes",
841
+ "italicising": "italicizing",
842
+ "itemise": "itemize",
843
+ "itemised": "itemized",
844
+ "itemises": "itemizes",
845
+ "itemising": "itemizing",
846
+ "jeopardise": "jeopardize",
847
+ "jeopardised": "jeopardized",
848
+ "jeopardises": "jeopardizes",
849
+ "jeopardising": "jeopardizing",
850
+ "jewelled": "jeweled",
851
+ "jeweller": "jeweler",
852
+ "jewellers": "jewelers",
853
+ "jewellery": "jewelry",
854
+ "judgement": "judgment",
855
+ "kilogramme": "kilogram",
856
+ "kilogrammes": "kilograms",
857
+ "kilometre": "kilometer",
858
+ "kilometres": "kilometers",
859
+ "labelled": "labeled",
860
+ "labelling": "labeling",
861
+ "labour": "labor",
862
+ "laboured": "labored",
863
+ "labourer": "laborer",
864
+ "labourers": "laborers",
865
+ "labouring": "laboring",
866
+ "labours": "labors",
867
+ "lacklustre": "lackluster",
868
+ "legalisation": "legalization",
869
+ "legalise": "legalize",
870
+ "legalised": "legalized",
871
+ "legalises": "legalizes",
872
+ "legalising": "legalizing",
873
+ "legitimise": "legitimize",
874
+ "legitimised": "legitimized",
875
+ "legitimises": "legitimizes",
876
+ "legitimising": "legitimizing",
877
+ "leukaemia": "leukemia",
878
+ "levelled": "leveled",
879
+ "leveller": "leveler",
880
+ "levellers": "levelers",
881
+ "levelling": "leveling",
882
+ "libelled": "libeled",
883
+ "libelling": "libeling",
884
+ "libellous": "libelous",
885
+ "liberalisation": "liberalization",
886
+ "liberalise": "liberalize",
887
+ "liberalised": "liberalized",
888
+ "liberalises": "liberalizes",
889
+ "liberalising": "liberalizing",
890
+ "licence": "license",
891
+ "licenced": "licensed",
892
+ "licences": "licenses",
893
+ "licencing": "licensing",
894
+ "likeable": "likable",
895
+ "lionisation": "lionization",
896
+ "lionise": "lionize",
897
+ "lionised": "lionized",
898
+ "lionises": "lionizes",
899
+ "lionising": "lionizing",
900
+ "liquidise": "liquidize",
901
+ "liquidised": "liquidized",
902
+ "liquidiser": "liquidizer",
903
+ "liquidisers": "liquidizers",
904
+ "liquidises": "liquidizes",
905
+ "liquidising": "liquidizing",
906
+ "litre": "liter",
907
+ "litres": "liters",
908
+ "localise": "localize",
909
+ "localised": "localized",
910
+ "localises": "localizes",
911
+ "localising": "localizing",
912
+ "louvre": "louver",
913
+ "louvred": "louvered",
914
+ "louvres": "louvers",
915
+ "lustre": "luster",
916
+ "magnetise": "magnetize",
917
+ "magnetised": "magnetized",
918
+ "magnetises": "magnetizes",
919
+ "magnetising": "magnetizing",
920
+ "manoeuvrability": "maneuverability",
921
+ "manoeuvrable": "maneuverable",
922
+ "manoeuvre": "maneuver",
923
+ "manoeuvred": "maneuvered",
924
+ "manoeuvres": "maneuvers",
925
+ "manoeuvring": "maneuvering",
926
+ "manoeuvrings": "maneuverings",
927
+ "marginalisation": "marginalization",
928
+ "marginalise": "marginalize",
929
+ "marginalised": "marginalized",
930
+ "marginalises": "marginalizes",
931
+ "marginalising": "marginalizing",
932
+ "marshalled": "marshaled",
933
+ "marshalling": "marshaling",
934
+ "marvelled": "marveled",
935
+ "marvelling": "marveling",
936
+ "marvellous": "marvelous",
937
+ "marvellously": "marvelously",
938
+ "materialisation": "materialization",
939
+ "materialise": "materialize",
940
+ "materialised": "materialized",
941
+ "materialises": "materializes",
942
+ "materialising": "materializing",
943
+ "maximisation": "maximization",
944
+ "maximise": "maximize",
945
+ "maximised": "maximized",
946
+ "maximises": "maximizes",
947
+ "maximising": "maximizing",
948
+ "meagre": "meager",
949
+ "mechanisation": "mechanization",
950
+ "mechanise": "mechanize",
951
+ "mechanised": "mechanized",
952
+ "mechanises": "mechanizes",
953
+ "mechanising": "mechanizing",
954
+ "mediaeval": "medieval",
955
+ "memorialise": "memorialize",
956
+ "memorialised": "memorialized",
957
+ "memorialises": "memorializes",
958
+ "memorialising": "memorializing",
959
+ "memorise": "memorize",
960
+ "memorised": "memorized",
961
+ "memorises": "memorizes",
962
+ "memorising": "memorizing",
963
+ "mesmerise": "mesmerize",
964
+ "mesmerised": "mesmerized",
965
+ "mesmerises": "mesmerizes",
966
+ "mesmerising": "mesmerizing",
967
+ "metabolise": "metabolize",
968
+ "metabolised": "metabolized",
969
+ "metabolises": "metabolizes",
970
+ "metabolising": "metabolizing",
971
+ "metre": "meter",
972
+ "metres": "meters",
973
+ "mhm": "hmm",
974
+ "micrometre": "micrometer",
975
+ "micrometres": "micrometers",
976
+ "militarise": "militarize",
977
+ "militarised": "militarized",
978
+ "militarises": "militarizes",
979
+ "militarising": "militarizing",
980
+ "milligramme": "milligram",
981
+ "milligrammes": "milligrams",
982
+ "millilitre": "milliliter",
983
+ "millilitres": "milliliters",
984
+ "millimetre": "millimeter",
985
+ "millimetres": "millimeters",
986
+ "miniaturisation": "miniaturization",
987
+ "miniaturise": "miniaturize",
988
+ "miniaturised": "miniaturized",
989
+ "miniaturises": "miniaturizes",
990
+ "miniaturising": "miniaturizing",
991
+ "minibusses": "minibuses",
992
+ "minimise": "minimize",
993
+ "minimised": "minimized",
994
+ "minimises": "minimizes",
995
+ "minimising": "minimizing",
996
+ "misbehaviour": "misbehavior",
997
+ "misdemeanour": "misdemeanor",
998
+ "misdemeanours": "misdemeanors",
999
+ "misspelt": "misspelled",
1000
+ "mitre": "miter",
1001
+ "mitres": "miters",
1002
+ "mm": "hmm",
1003
+ "mmm": "hmm",
1004
+ "mobilisation": "mobilization",
1005
+ "mobilise": "mobilize",
1006
+ "mobilised": "mobilized",
1007
+ "mobilises": "mobilizes",
1008
+ "mobilising": "mobilizing",
1009
+ "modelled": "modeled",
1010
+ "modeller": "modeler",
1011
+ "modellers": "modelers",
1012
+ "modelling": "modeling",
1013
+ "modernise": "modernize",
1014
+ "modernised": "modernized",
1015
+ "modernises": "modernizes",
1016
+ "modernising": "modernizing",
1017
+ "moisturise": "moisturize",
1018
+ "moisturised": "moisturized",
1019
+ "moisturiser": "moisturizer",
1020
+ "moisturisers": "moisturizers",
1021
+ "moisturises": "moisturizes",
1022
+ "moisturising": "moisturizing",
1023
+ "monologue": "monolog",
1024
+ "monologues": "monologs",
1025
+ "monopolisation": "monopolization",
1026
+ "monopolise": "monopolize",
1027
+ "monopolised": "monopolized",
1028
+ "monopolises": "monopolizes",
1029
+ "monopolising": "monopolizing",
1030
+ "moralise": "moralize",
1031
+ "moralised": "moralized",
1032
+ "moralises": "moralizes",
1033
+ "moralising": "moralizing",
1034
+ "motorised": "motorized",
1035
+ "mould": "mold",
1036
+ "moulded": "molded",
1037
+ "moulder": "molder",
1038
+ "mouldered": "moldered",
1039
+ "mouldering": "moldering",
1040
+ "moulders": "molders",
1041
+ "mouldier": "moldier",
1042
+ "mouldiest": "moldiest",
1043
+ "moulding": "molding",
1044
+ "mouldings": "moldings",
1045
+ "moulds": "molds",
1046
+ "mouldy": "moldy",
1047
+ "moult": "molt",
1048
+ "moulted": "molted",
1049
+ "moulting": "molting",
1050
+ "moults": "molts",
1051
+ "moustache": "mustache",
1052
+ "moustached": "mustached",
1053
+ "moustaches": "mustaches",
1054
+ "moustachioed": "mustachioed",
1055
+ "multicoloured": "multicolored",
1056
+ "nationalisation": "nationalization",
1057
+ "nationalisations": "nationalizations",
1058
+ "nationalise": "nationalize",
1059
+ "nationalised": "nationalized",
1060
+ "nationalises": "nationalizes",
1061
+ "nationalising": "nationalizing",
1062
+ "naturalisation": "naturalization",
1063
+ "naturalise": "naturalize",
1064
+ "naturalised": "naturalized",
1065
+ "naturalises": "naturalizes",
1066
+ "naturalising": "naturalizing",
1067
+ "neighbour": "neighbor",
1068
+ "neighbourhood": "neighborhood",
1069
+ "neighbourhoods": "neighborhoods",
1070
+ "neighbouring": "neighboring",
1071
+ "neighbourliness": "neighborliness",
1072
+ "neighbourly": "neighborly",
1073
+ "neighbours": "neighbors",
1074
+ "neutralisation": "neutralization",
1075
+ "neutralise": "neutralize",
1076
+ "neutralised": "neutralized",
1077
+ "neutralises": "neutralizes",
1078
+ "neutralising": "neutralizing",
1079
+ "normalisation": "normalization",
1080
+ "normalise": "normalize",
1081
+ "normalised": "normalized",
1082
+ "normalises": "normalizes",
1083
+ "normalising": "normalizing",
1084
+ "odour": "odor",
1085
+ "odourless": "odorless",
1086
+ "odours": "odors",
1087
+ "oesophagus": "esophagus",
1088
+ "oesophaguses": "esophaguses",
1089
+ "oestrogen": "estrogen",
1090
+ "offence": "offense",
1091
+ "offences": "offenses",
1092
+ "omelette": "omelet",
1093
+ "omelettes": "omelets",
1094
+ "optimise": "optimize",
1095
+ "optimised": "optimized",
1096
+ "optimises": "optimizes",
1097
+ "optimising": "optimizing",
1098
+ "organisation": "organization",
1099
+ "organisational": "organizational",
1100
+ "organisations": "organizations",
1101
+ "organise": "organize",
1102
+ "organised": "organized",
1103
+ "organiser": "organizer",
1104
+ "organisers": "organizers",
1105
+ "organises": "organizes",
1106
+ "organising": "organizing",
1107
+ "orthopaedic": "orthopedic",
1108
+ "orthopaedics": "orthopedics",
1109
+ "ostracise": "ostracize",
1110
+ "ostracised": "ostracized",
1111
+ "ostracises": "ostracizes",
1112
+ "ostracising": "ostracizing",
1113
+ "outmanoeuvre": "outmaneuver",
1114
+ "outmanoeuvred": "outmaneuvered",
1115
+ "outmanoeuvres": "outmaneuvers",
1116
+ "outmanoeuvring": "outmaneuvering",
1117
+ "overemphasise": "overemphasize",
1118
+ "overemphasised": "overemphasized",
1119
+ "overemphasises": "overemphasizes",
1120
+ "overemphasising": "overemphasizing",
1121
+ "oxidisation": "oxidization",
1122
+ "oxidise": "oxidize",
1123
+ "oxidised": "oxidized",
1124
+ "oxidises": "oxidizes",
1125
+ "oxidising": "oxidizing",
1126
+ "paederast": "pederast",
1127
+ "paederasts": "pederasts",
1128
+ "paediatric": "pediatric",
1129
+ "paediatrician": "pediatrician",
1130
+ "paediatricians": "pediatricians",
1131
+ "paediatrics": "pediatrics",
1132
+ "paedophile": "pedophile",
1133
+ "paedophiles": "pedophiles",
1134
+ "paedophilia": "pedophilia",
1135
+ "palaeolithic": "paleolithic",
1136
+ "palaeontologist": "paleontologist",
1137
+ "palaeontologists": "paleontologists",
1138
+ "palaeontology": "paleontology",
1139
+ "panelled": "paneled",
1140
+ "panelling": "paneling",
1141
+ "panellist": "panelist",
1142
+ "panellists": "panelists",
1143
+ "paralyse": "paralyze",
1144
+ "paralysed": "paralyzed",
1145
+ "paralyses": "paralyzes",
1146
+ "paralysing": "paralyzing",
1147
+ "parcelled": "parceled",
1148
+ "parcelling": "parceling",
1149
+ "parlour": "parlor",
1150
+ "parlours": "parlors",
1151
+ "particularise": "particularize",
1152
+ "particularised": "particularized",
1153
+ "particularises": "particularizes",
1154
+ "particularising": "particularizing",
1155
+ "passivisation": "passivization",
1156
+ "passivise": "passivize",
1157
+ "passivised": "passivized",
1158
+ "passivises": "passivizes",
1159
+ "passivising": "passivizing",
1160
+ "pasteurisation": "pasteurization",
1161
+ "pasteurise": "pasteurize",
1162
+ "pasteurised": "pasteurized",
1163
+ "pasteurises": "pasteurizes",
1164
+ "pasteurising": "pasteurizing",
1165
+ "patronise": "patronize",
1166
+ "patronised": "patronized",
1167
+ "patronises": "patronizes",
1168
+ "patronising": "patronizing",
1169
+ "patronisingly": "patronizingly",
1170
+ "pedalled": "pedaled",
1171
+ "pedalling": "pedaling",
1172
+ "pedestrianisation": "pedestrianization",
1173
+ "pedestrianise": "pedestrianize",
1174
+ "pedestrianised": "pedestrianized",
1175
+ "pedestrianises": "pedestrianizes",
1176
+ "pedestrianising": "pedestrianizing",
1177
+ "penalise": "penalize",
1178
+ "penalised": "penalized",
1179
+ "penalises": "penalizes",
1180
+ "penalising": "penalizing",
1181
+ "pencilled": "penciled",
1182
+ "pencilling": "penciling",
1183
+ "personalise": "personalize",
1184
+ "personalised": "personalized",
1185
+ "personalises": "personalizes",
1186
+ "personalising": "personalizing",
1187
+ "pharmacopoeia": "pharmacopeia",
1188
+ "pharmacopoeias": "pharmacopeias",
1189
+ "philosophise": "philosophize",
1190
+ "philosophised": "philosophized",
1191
+ "philosophises": "philosophizes",
1192
+ "philosophising": "philosophizing",
1193
+ "philtre": "filter",
1194
+ "philtres": "filters",
1195
+ "phoney": "phony",
1196
+ "plagiarise": "plagiarize",
1197
+ "plagiarised": "plagiarized",
1198
+ "plagiarises": "plagiarizes",
1199
+ "plagiarising": "plagiarizing",
1200
+ "plough": "plow",
1201
+ "ploughed": "plowed",
1202
+ "ploughing": "plowing",
1203
+ "ploughman": "plowman",
1204
+ "ploughmen": "plowmen",
1205
+ "ploughs": "plows",
1206
+ "ploughshare": "plowshare",
1207
+ "ploughshares": "plowshares",
1208
+ "polarisation": "polarization",
1209
+ "polarise": "polarize",
1210
+ "polarised": "polarized",
1211
+ "polarises": "polarizes",
1212
+ "polarising": "polarizing",
1213
+ "politicisation": "politicization",
1214
+ "politicise": "politicize",
1215
+ "politicised": "politicized",
1216
+ "politicises": "politicizes",
1217
+ "politicising": "politicizing",
1218
+ "popularisation": "popularization",
1219
+ "popularise": "popularize",
1220
+ "popularised": "popularized",
1221
+ "popularises": "popularizes",
1222
+ "popularising": "popularizing",
1223
+ "pouffe": "pouf",
1224
+ "pouffes": "poufs",
1225
+ "practise": "practice",
1226
+ "practised": "practiced",
1227
+ "practises": "practices",
1228
+ "practising": "practicing",
1229
+ "praesidium": "presidium",
1230
+ "praesidiums": "presidiums",
1231
+ "pressurisation": "pressurization",
1232
+ "pressurise": "pressurize",
1233
+ "pressurised": "pressurized",
1234
+ "pressurises": "pressurizes",
1235
+ "pressurising": "pressurizing",
1236
+ "pretence": "pretense",
1237
+ "pretences": "pretenses",
1238
+ "primaeval": "primeval",
1239
+ "prioritisation": "prioritization",
1240
+ "prioritise": "prioritize",
1241
+ "prioritised": "prioritized",
1242
+ "prioritises": "prioritizes",
1243
+ "prioritising": "prioritizing",
1244
+ "privatisation": "privatization",
1245
+ "privatisations": "privatizations",
1246
+ "privatise": "privatize",
1247
+ "privatised": "privatized",
1248
+ "privatises": "privatizes",
1249
+ "privatising": "privatizing",
1250
+ "professionalisation": "professionalization",
1251
+ "professionalise": "professionalize",
1252
+ "professionalised": "professionalized",
1253
+ "professionalises": "professionalizes",
1254
+ "professionalising": "professionalizing",
1255
+ "programme": "program",
1256
+ "programmes": "programs",
1257
+ "prologue": "prolog",
1258
+ "prologues": "prologs",
1259
+ "propagandise": "propagandize",
1260
+ "propagandised": "propagandized",
1261
+ "propagandises": "propagandizes",
1262
+ "propagandising": "propagandizing",
1263
+ "proselytise": "proselytize",
1264
+ "proselytised": "proselytized",
1265
+ "proselytiser": "proselytizer",
1266
+ "proselytisers": "proselytizers",
1267
+ "proselytises": "proselytizes",
1268
+ "proselytising": "proselytizing",
1269
+ "psychoanalyse": "psychoanalyze",
1270
+ "psychoanalysed": "psychoanalyzed",
1271
+ "psychoanalyses": "psychoanalyzes",
1272
+ "psychoanalysing": "psychoanalyzing",
1273
+ "publicise": "publicize",
1274
+ "publicised": "publicized",
1275
+ "publicises": "publicizes",
1276
+ "publicising": "publicizing",
1277
+ "pulverisation": "pulverization",
1278
+ "pulverise": "pulverize",
1279
+ "pulverised": "pulverized",
1280
+ "pulverises": "pulverizes",
1281
+ "pulverising": "pulverizing",
1282
+ "pummelled": "pummel",
1283
+ "pummelling": "pummeled",
1284
+ "pyjama": "pajama",
1285
+ "pyjamas": "pajamas",
1286
+ "pzazz": "pizzazz",
1287
+ "quarrelled": "quarreled",
1288
+ "quarrelling": "quarreling",
1289
+ "radicalise": "radicalize",
1290
+ "radicalised": "radicalized",
1291
+ "radicalises": "radicalizes",
1292
+ "radicalising": "radicalizing",
1293
+ "rancour": "rancor",
1294
+ "randomise": "randomize",
1295
+ "randomised": "randomized",
1296
+ "randomises": "randomizes",
1297
+ "randomising": "randomizing",
1298
+ "rationalisation": "rationalization",
1299
+ "rationalisations": "rationalizations",
1300
+ "rationalise": "rationalize",
1301
+ "rationalised": "rationalized",
1302
+ "rationalises": "rationalizes",
1303
+ "rationalising": "rationalizing",
1304
+ "ravelled": "raveled",
1305
+ "ravelling": "raveling",
1306
+ "realisable": "realizable",
1307
+ "realisation": "realization",
1308
+ "realisations": "realizations",
1309
+ "realise": "realize",
1310
+ "realised": "realized",
1311
+ "realises": "realizes",
1312
+ "realising": "realizing",
1313
+ "recognisable": "recognizable",
1314
+ "recognisably": "recognizably",
1315
+ "recognisance": "recognizance",
1316
+ "recognise": "recognize",
1317
+ "recognised": "recognized",
1318
+ "recognises": "recognizes",
1319
+ "recognising": "recognizing",
1320
+ "reconnoitre": "reconnoiter",
1321
+ "reconnoitred": "reconnoitered",
1322
+ "reconnoitres": "reconnoiters",
1323
+ "reconnoitring": "reconnoitering",
1324
+ "refuelled": "refueled",
1325
+ "refuelling": "refueling",
1326
+ "regularisation": "regularization",
1327
+ "regularise": "regularize",
1328
+ "regularised": "regularized",
1329
+ "regularises": "regularizes",
1330
+ "regularising": "regularizing",
1331
+ "remodelled": "remodeled",
1332
+ "remodelling": "remodeling",
1333
+ "remould": "remold",
1334
+ "remoulded": "remolded",
1335
+ "remoulding": "remolding",
1336
+ "remoulds": "remolds",
1337
+ "reorganisation": "reorganization",
1338
+ "reorganisations": "reorganizations",
1339
+ "reorganise": "reorganize",
1340
+ "reorganised": "reorganized",
1341
+ "reorganises": "reorganizes",
1342
+ "reorganising": "reorganizing",
1343
+ "revelled": "reveled",
1344
+ "reveller": "reveler",
1345
+ "revellers": "revelers",
1346
+ "revelling": "reveling",
1347
+ "revitalise": "revitalize",
1348
+ "revitalised": "revitalized",
1349
+ "revitalises": "revitalizes",
1350
+ "revitalising": "revitalizing",
1351
+ "revolutionise": "revolutionize",
1352
+ "revolutionised": "revolutionized",
1353
+ "revolutionises": "revolutionizes",
1354
+ "revolutionising": "revolutionizing",
1355
+ "rhapsodise": "rhapsodize",
1356
+ "rhapsodised": "rhapsodized",
1357
+ "rhapsodises": "rhapsodizes",
1358
+ "rhapsodising": "rhapsodizing",
1359
+ "rigour": "rigor",
1360
+ "rigours": "rigors",
1361
+ "ritualised": "ritualized",
1362
+ "rivalled": "rivaled",
1363
+ "rivalling": "rivaling",
1364
+ "romanticise": "romanticize",
1365
+ "romanticised": "romanticized",
1366
+ "romanticises": "romanticizes",
1367
+ "romanticising": "romanticizing",
1368
+ "rumour": "rumor",
1369
+ "rumoured": "rumored",
1370
+ "rumours": "rumors",
1371
+ "sabre": "saber",
1372
+ "sabres": "sabers",
1373
+ "saltpetre": "saltpeter",
1374
+ "sanitise": "sanitize",
1375
+ "sanitised": "sanitized",
1376
+ "sanitises": "sanitizes",
1377
+ "sanitising": "sanitizing",
1378
+ "satirise": "satirize",
1379
+ "satirised": "satirized",
1380
+ "satirises": "satirizes",
1381
+ "satirising": "satirizing",
1382
+ "saviour": "savior",
1383
+ "saviours": "saviors",
1384
+ "savour": "savor",
1385
+ "savoured": "savored",
1386
+ "savouries": "savories",
1387
+ "savouring": "savoring",
1388
+ "savours": "savors",
1389
+ "savoury": "savory",
1390
+ "scandalise": "scandalize",
1391
+ "scandalised": "scandalized",
1392
+ "scandalises": "scandalizes",
1393
+ "scandalising": "scandalizing",
1394
+ "sceptic": "skeptic",
1395
+ "sceptical": "skeptical",
1396
+ "sceptically": "skeptically",
1397
+ "scepticism": "skepticism",
1398
+ "sceptics": "skeptics",
1399
+ "sceptre": "scepter",
1400
+ "sceptres": "scepters",
1401
+ "scrutinise": "scrutinize",
1402
+ "scrutinised": "scrutinized",
1403
+ "scrutinises": "scrutinizes",
1404
+ "scrutinising": "scrutinizing",
1405
+ "secularisation": "secularization",
1406
+ "secularise": "secularize",
1407
+ "secularised": "secularized",
1408
+ "secularises": "secularizes",
1409
+ "secularising": "secularizing",
1410
+ "sensationalise": "sensationalize",
1411
+ "sensationalised": "sensationalized",
1412
+ "sensationalises": "sensationalizes",
1413
+ "sensationalising": "sensationalizing",
1414
+ "sensitise": "sensitize",
1415
+ "sensitised": "sensitized",
1416
+ "sensitises": "sensitizes",
1417
+ "sensitising": "sensitizing",
1418
+ "sentimentalise": "sentimentalize",
1419
+ "sentimentalised": "sentimentalized",
1420
+ "sentimentalises": "sentimentalizes",
1421
+ "sentimentalising": "sentimentalizing",
1422
+ "sepulchre": "sepulcher",
1423
+ "sepulchres": "sepulchers",
1424
+ "serialisation": "serialization",
1425
+ "serialisations": "serializations",
1426
+ "serialise": "serialize",
1427
+ "serialised": "serialized",
1428
+ "serialises": "serializes",
1429
+ "serialising": "serializing",
1430
+ "sermonise": "sermonize",
1431
+ "sermonised": "sermonized",
1432
+ "sermonises": "sermonizes",
1433
+ "sermonising": "sermonizing",
1434
+ "sheikh": "sheik",
1435
+ "shovelled": "shoveled",
1436
+ "shovelling": "shoveling",
1437
+ "shrivelled": "shriveled",
1438
+ "shrivelling": "shriveling",
1439
+ "signalise": "signalize",
1440
+ "signalised": "signalized",
1441
+ "signalises": "signalizes",
1442
+ "signalising": "signalizing",
1443
+ "signalled": "signaled",
1444
+ "signalling": "signaling",
1445
+ "smoulder": "smolder",
1446
+ "smouldered": "smoldered",
1447
+ "smouldering": "smoldering",
1448
+ "smoulders": "smolders",
1449
+ "snivelled": "sniveled",
1450
+ "snivelling": "sniveling",
1451
+ "snorkelled": "snorkeled",
1452
+ "snorkelling": "snorkeling",
1453
+ "snowplough": "snowplow",
1454
+ "snowploughs": "snowplow",
1455
+ "socialisation": "socialization",
1456
+ "socialise": "socialize",
1457
+ "socialised": "socialized",
1458
+ "socialises": "socializes",
1459
+ "socialising": "socializing",
1460
+ "sodomise": "sodomize",
1461
+ "sodomised": "sodomized",
1462
+ "sodomises": "sodomizes",
1463
+ "sodomising": "sodomizing",
1464
+ "solemnise": "solemnize",
1465
+ "solemnised": "solemnized",
1466
+ "solemnises": "solemnizes",
1467
+ "solemnising": "solemnizing",
1468
+ "sombre": "somber",
1469
+ "specialisation": "specialization",
1470
+ "specialisations": "specializations",
1471
+ "specialise": "specialize",
1472
+ "specialised": "specialized",
1473
+ "specialises": "specializes",
1474
+ "specialising": "specializing",
1475
+ "spectre": "specter",
1476
+ "spectres": "specters",
1477
+ "spiralled": "spiraled",
1478
+ "spiralling": "spiraling",
1479
+ "splendour": "splendor",
1480
+ "splendours": "splendors",
1481
+ "squirrelled": "squirreled",
1482
+ "squirrelling": "squirreling",
1483
+ "stabilisation": "stabilization",
1484
+ "stabilise": "stabilize",
1485
+ "stabilised": "stabilized",
1486
+ "stabiliser": "stabilizer",
1487
+ "stabilisers": "stabilizers",
1488
+ "stabilises": "stabilizes",
1489
+ "stabilising": "stabilizing",
1490
+ "standardisation": "standardization",
1491
+ "standardise": "standardize",
1492
+ "standardised": "standardized",
1493
+ "standardises": "standardizes",
1494
+ "standardising": "standardizing",
1495
+ "stencilled": "stenciled",
1496
+ "stencilling": "stenciling",
1497
+ "sterilisation": "sterilization",
1498
+ "sterilisations": "sterilizations",
1499
+ "sterilise": "sterilize",
1500
+ "sterilised": "sterilized",
1501
+ "steriliser": "sterilizer",
1502
+ "sterilisers": "sterilizers",
1503
+ "sterilises": "sterilizes",
1504
+ "sterilising": "sterilizing",
1505
+ "stigmatisation": "stigmatization",
1506
+ "stigmatise": "stigmatize",
1507
+ "stigmatised": "stigmatized",
1508
+ "stigmatises": "stigmatizes",
1509
+ "stigmatising": "stigmatizing",
1510
+ "storey": "story",
1511
+ "storeys": "stories",
1512
+ "subsidisation": "subsidization",
1513
+ "subsidise": "subsidize",
1514
+ "subsidised": "subsidized",
1515
+ "subsidiser": "subsidizer",
1516
+ "subsidisers": "subsidizers",
1517
+ "subsidises": "subsidizes",
1518
+ "subsidising": "subsidizing",
1519
+ "succour": "succor",
1520
+ "succoured": "succored",
1521
+ "succouring": "succoring",
1522
+ "succours": "succors",
1523
+ "sulphate": "sulfate",
1524
+ "sulphates": "sulfates",
1525
+ "sulphide": "sulfide",
1526
+ "sulphides": "sulfides",
1527
+ "sulphur": "sulfur",
1528
+ "sulphurous": "sulfurous",
1529
+ "summarise": "summarize",
1530
+ "summarised": "summarized",
1531
+ "summarises": "summarizes",
1532
+ "summarising": "summarizing",
1533
+ "swivelled": "swiveled",
1534
+ "swivelling": "swiveling",
1535
+ "symbolise": "symbolize",
1536
+ "symbolised": "symbolized",
1537
+ "symbolises": "symbolizes",
1538
+ "symbolising": "symbolizing",
1539
+ "sympathise": "sympathize",
1540
+ "sympathised": "sympathized",
1541
+ "sympathiser": "sympathizer",
1542
+ "sympathisers": "sympathizers",
1543
+ "sympathises": "sympathizes",
1544
+ "sympathising": "sympathizing",
1545
+ "synchronisation": "synchronization",
1546
+ "synchronise": "synchronize",
1547
+ "synchronised": "synchronized",
1548
+ "synchronises": "synchronizes",
1549
+ "synchronising": "synchronizing",
1550
+ "synthesise": "synthesize",
1551
+ "synthesised": "synthesized",
1552
+ "synthesiser": "synthesizer",
1553
+ "synthesisers": "synthesizers",
1554
+ "synthesises": "synthesizes",
1555
+ "synthesising": "synthesizing",
1556
+ "syphon": "siphon",
1557
+ "syphoned": "siphoned",
1558
+ "syphoning": "siphoning",
1559
+ "syphons": "siphons",
1560
+ "systematisation": "systematization",
1561
+ "systematise": "systematize",
1562
+ "systematised": "systematized",
1563
+ "systematises": "systematizes",
1564
+ "systematising": "systematizing",
1565
+ "tantalise": "tantalize",
1566
+ "tantalised": "tantalized",
1567
+ "tantalises": "tantalizes",
1568
+ "tantalising": "tantalizing",
1569
+ "tantalisingly": "tantalizingly",
1570
+ "tasselled": "tasseled",
1571
+ "technicolour": "technicolor",
1572
+ "temporise": "temporize",
1573
+ "temporised": "temporized",
1574
+ "temporises": "temporizes",
1575
+ "temporising": "temporizing",
1576
+ "tenderise": "tenderize",
1577
+ "tenderised": "tenderized",
1578
+ "tenderises": "tenderizes",
1579
+ "tenderising": "tenderizing",
1580
+ "terrorise": "terrorize",
1581
+ "terrorised": "terrorized",
1582
+ "terrorises": "terrorizes",
1583
+ "terrorising": "terrorizing",
1584
+ "theatre": "theater",
1585
+ "theatregoer": "theatergoer",
1586
+ "theatregoers": "theatergoers",
1587
+ "theatres": "theaters",
1588
+ "theorise": "theorize",
1589
+ "theorised": "theorized",
1590
+ "theorises": "theorizes",
1591
+ "theorising": "theorizing",
1592
+ "tonne": "ton",
1593
+ "tonnes": "tons",
1594
+ "towelled": "toweled",
1595
+ "towelling": "toweling",
1596
+ "toxaemia": "toxemia",
1597
+ "tranquillise": "tranquilize",
1598
+ "tranquillised": "tranquilized",
1599
+ "tranquilliser": "tranquilizer",
1600
+ "tranquillisers": "tranquilizers",
1601
+ "tranquillises": "tranquilizes",
1602
+ "tranquillising": "tranquilizing",
1603
+ "tranquillity": "tranquility",
1604
+ "tranquillize": "tranquilize",
1605
+ "tranquillized": "tranquilized",
1606
+ "tranquillizer": "tranquilizer",
1607
+ "tranquillizers": "tranquilizers",
1608
+ "tranquillizes": "tranquilizes",
1609
+ "tranquillizing": "tranquilizing",
1610
+ "tranquilly": "tranquility",
1611
+ "transistorised": "transistorized",
1612
+ "traumatise": "traumatize",
1613
+ "traumatised": "traumatized",
1614
+ "traumatises": "traumatizes",
1615
+ "traumatising": "traumatizing",
1616
+ "travelled": "traveled",
1617
+ "traveller": "traveler",
1618
+ "travellers": "travelers",
1619
+ "travelling": "traveling",
1620
+ "travelog": "travelogue",
1621
+ "travelogs": "travelogues",
1622
+ "trialled": "trialed",
1623
+ "trialling": "trialing",
1624
+ "tricolour": "tricolor",
1625
+ "tricolours": "tricolors",
1626
+ "trivialise": "trivialize",
1627
+ "trivialised": "trivialized",
1628
+ "trivialises": "trivializes",
1629
+ "trivialising": "trivializing",
1630
+ "tumour": "tumor",
1631
+ "tumours": "tumors",
1632
+ "tunnelled": "tunneled",
1633
+ "tunnelling": "tunneling",
1634
+ "tyrannise": "tyrannize",
1635
+ "tyrannised": "tyrannized",
1636
+ "tyrannises": "tyrannizes",
1637
+ "tyrannising": "tyrannizing",
1638
+ "tyre": "tire",
1639
+ "tyres": "tires",
1640
+ "unauthorised": "unauthorized",
1641
+ "uncivilised": "uncivilized",
1642
+ "underutilised": "underutilized",
1643
+ "unequalled": "unequaled",
1644
+ "unfavourable": "unfavorable",
1645
+ "unfavourably": "unfavorably",
1646
+ "unionisation": "unionization",
1647
+ "unionise": "unionize",
1648
+ "unionised": "unionized",
1649
+ "unionises": "unionizes",
1650
+ "unionising": "unionizing",
1651
+ "unorganised": "unorganized",
1652
+ "unravelled": "unraveled",
1653
+ "unravelling": "unraveling",
1654
+ "unrecognisable": "unrecognizable",
1655
+ "unrecognised": "unrecognized",
1656
+ "unrivalled": "unrivaled",
1657
+ "unsavoury": "unsavory",
1658
+ "untrammelled": "untrammeled",
1659
+ "urbanisation": "urbanization",
1660
+ "urbanise": "urbanize",
1661
+ "urbanised": "urbanized",
1662
+ "urbanises": "urbanizes",
1663
+ "urbanising": "urbanizing",
1664
+ "utilisable": "utilizable",
1665
+ "utilisation": "utilization",
1666
+ "utilise": "utilize",
1667
+ "utilised": "utilized",
1668
+ "utilises": "utilizes",
1669
+ "utilising": "utilizing",
1670
+ "valour": "valor",
1671
+ "vandalise": "vandalize",
1672
+ "vandalised": "vandalized",
1673
+ "vandalises": "vandalizes",
1674
+ "vandalising": "vandalizing",
1675
+ "vaporisation": "vaporization",
1676
+ "vaporise": "vaporize",
1677
+ "vaporised": "vaporized",
1678
+ "vaporises": "vaporizes",
1679
+ "vaporising": "vaporizing",
1680
+ "vapour": "vapor",
1681
+ "vapours": "vapors",
1682
+ "verbalise": "verbalize",
1683
+ "verbalised": "verbalized",
1684
+ "verbalises": "verbalizes",
1685
+ "verbalising": "verbalizing",
1686
+ "victimisation": "victimization",
1687
+ "victimise": "victimize",
1688
+ "victimised": "victimized",
1689
+ "victimises": "victimizes",
1690
+ "victimising": "victimizing",
1691
+ "videodisc": "videodisk",
1692
+ "videodiscs": "videodisks",
1693
+ "vigour": "vigor",
1694
+ "visualisation": "visualization",
1695
+ "visualisations": "visualizations",
1696
+ "visualise": "visualize",
1697
+ "visualised": "visualized",
1698
+ "visualises": "visualizes",
1699
+ "visualising": "visualizing",
1700
+ "vocalisation": "vocalization",
1701
+ "vocalisations": "vocalizations",
1702
+ "vocalise": "vocalize",
1703
+ "vocalised": "vocalized",
1704
+ "vocalises": "vocalizes",
1705
+ "vocalising": "vocalizing",
1706
+ "vulcanised": "vulcanized",
1707
+ "vulgarisation": "vulgarization",
1708
+ "vulgarise": "vulgarize",
1709
+ "vulgarised": "vulgarized",
1710
+ "vulgarises": "vulgarizes",
1711
+ "vulgarising": "vulgarizing",
1712
+ "waggon": "wagon",
1713
+ "waggons": "wagons",
1714
+ "watercolour": "watercolor",
1715
+ "watercolours": "watercolors",
1716
+ "weaselled": "weaseled",
1717
+ "weaselling": "weaseling",
1718
+ "westernisation": "westernization",
1719
+ "westernise": "westernize",
1720
+ "westernised": "westernized",
1721
+ "westernises": "westernizes",
1722
+ "westernising": "westernizing",
1723
+ "womanise": "womanize",
1724
+ "womanised": "womanized",
1725
+ "womaniser": "womanizer",
1726
+ "womanisers": "womanizers",
1727
+ "womanises": "womanizes",
1728
+ "womanising": "womanizing",
1729
+ "woollen": "woolen",
1730
+ "woollens": "woolens",
1731
+ "woollies": "woolies",
1732
+ "woolly": "wooly",
1733
+ "worshipped": "worshiped",
1734
+ "worshipper": "worshiper",
1735
+ "worshipping": "worshiping",
1736
+ "yodelled": "yodeled",
1737
+ "yodelling": "yodeling",
1738
+ "yoghourt": "yogurt",
1739
+ "yoghourts": "yogurts",
1740
+ "yoghurt": "yogurt",
1741
+ "yoghurts": "yogurts"
1742
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d510e6b23994725c548da646fa8b1e26d09f4b403d5f169c23ba0c87297e26a
3
+ size 580955909
preprocessor_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunk_length": 30,
3
+ "feature_extractor_type": "WhisperFeatureExtractor",
4
+ "feature_size": 80,
5
+ "hop_length": 160,
6
+ "n_fft": 400,
7
+ "n_samples": 480000,
8
+ "nb_max_frames": 3000,
9
+ "padding_side": "right",
10
+ "padding_value": 0.0,
11
+ "processor_class": "WhisperProcessor",
12
+ "return_attention_mask": false,
13
+ "sampling_rate": 16000
14
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7aa100f3be57221139d55379c418536b908517bc376ef740a0aeef449f3888a
3
+ size 290458785
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c234f243b7d832c170a9ab9b35152329b1b1b50a0d2ef591db0f33c66a75248
3
+ size 14575
runs/Aug27_09-48-09_432b6e91f525/events.out.tfevents.1693129689.432b6e91f525.25425.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd6deb2eac17a3d9bcb212cfe158c52902ef5abd193d67f034c929f17e762204
3
+ size 56520
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3059e7aeae425f2981772de6d47ef0d9cec57c6ca9d338e8633d2bab52ab60ad
3
+ size 627
special_tokens_map.json ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|endoftext|>",
4
+ "<|startoftranscript|>",
5
+ "<|en|>",
6
+ "<|zh|>",
7
+ "<|de|>",
8
+ "<|es|>",
9
+ "<|ru|>",
10
+ "<|ko|>",
11
+ "<|fr|>",
12
+ "<|ja|>",
13
+ "<|pt|>",
14
+ "<|tr|>",
15
+ "<|pl|>",
16
+ "<|ca|>",
17
+ "<|nl|>",
18
+ "<|ar|>",
19
+ "<|sv|>",
20
+ "<|it|>",
21
+ "<|id|>",
22
+ "<|hi|>",
23
+ "<|fi|>",
24
+ "<|vi|>",
25
+ "<|he|>",
26
+ "<|uk|>",
27
+ "<|el|>",
28
+ "<|ms|>",
29
+ "<|cs|>",
30
+ "<|ro|>",
31
+ "<|da|>",
32
+ "<|hu|>",
33
+ "<|ta|>",
34
+ "<|no|>",
35
+ "<|th|>",
36
+ "<|ur|>",
37
+ "<|hr|>",
38
+ "<|bg|>",
39
+ "<|lt|>",
40
+ "<|la|>",
41
+ "<|mi|>",
42
+ "<|ml|>",
43
+ "<|cy|>",
44
+ "<|sk|>",
45
+ "<|te|>",
46
+ "<|fa|>",
47
+ "<|lv|>",
48
+ "<|bn|>",
49
+ "<|sr|>",
50
+ "<|az|>",
51
+ "<|sl|>",
52
+ "<|kn|>",
53
+ "<|et|>",
54
+ "<|mk|>",
55
+ "<|br|>",
56
+ "<|eu|>",
57
+ "<|is|>",
58
+ "<|hy|>",
59
+ "<|ne|>",
60
+ "<|mn|>",
61
+ "<|bs|>",
62
+ "<|kk|>",
63
+ "<|sq|>",
64
+ "<|sw|>",
65
+ "<|gl|>",
66
+ "<|mr|>",
67
+ "<|pa|>",
68
+ "<|si|>",
69
+ "<|km|>",
70
+ "<|sn|>",
71
+ "<|yo|>",
72
+ "<|so|>",
73
+ "<|af|>",
74
+ "<|oc|>",
75
+ "<|ka|>",
76
+ "<|be|>",
77
+ "<|tg|>",
78
+ "<|sd|>",
79
+ "<|gu|>",
80
+ "<|am|>",
81
+ "<|yi|>",
82
+ "<|lo|>",
83
+ "<|uz|>",
84
+ "<|fo|>",
85
+ "<|ht|>",
86
+ "<|ps|>",
87
+ "<|tk|>",
88
+ "<|nn|>",
89
+ "<|mt|>",
90
+ "<|sa|>",
91
+ "<|lb|>",
92
+ "<|my|>",
93
+ "<|bo|>",
94
+ "<|tl|>",
95
+ "<|mg|>",
96
+ "<|as|>",
97
+ "<|tt|>",
98
+ "<|haw|>",
99
+ "<|ln|>",
100
+ "<|ha|>",
101
+ "<|ba|>",
102
+ "<|jw|>",
103
+ "<|su|>",
104
+ "<|translate|>",
105
+ "<|transcribe|>",
106
+ "<|startoflm|>",
107
+ "<|startofprev|>",
108
+ "<|nocaptions|>",
109
+ "<|notimestamps|>"
110
+ ],
111
+ "bos_token": {
112
+ "content": "<|endoftext|>",
113
+ "lstrip": false,
114
+ "normalized": true,
115
+ "rstrip": false,
116
+ "single_word": false
117
+ },
118
+ "eos_token": {
119
+ "content": "<|endoftext|>",
120
+ "lstrip": false,
121
+ "normalized": true,
122
+ "rstrip": false,
123
+ "single_word": false
124
+ },
125
+ "pad_token": "<|endoftext|>",
126
+ "unk_token": {
127
+ "content": "<|endoftext|>",
128
+ "lstrip": false,
129
+ "normalized": true,
130
+ "rstrip": false,
131
+ "single_word": false
132
+ }
133
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "bos_token": {
5
+ "__type": "AddedToken",
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "clean_up_tokenization_spaces": true,
13
+ "eos_token": {
14
+ "__type": "AddedToken",
15
+ "content": "<|endoftext|>",
16
+ "lstrip": false,
17
+ "normalized": true,
18
+ "rstrip": false,
19
+ "single_word": false
20
+ },
21
+ "errors": "replace",
22
+ "model_max_length": 448,
23
+ "pad_token": null,
24
+ "processor_class": "WhisperProcessor",
25
+ "return_attention_mask": false,
26
+ "tokenizer_class": "WhisperTokenizer",
27
+ "unk_token": {
28
+ "__type": "AddedToken",
29
+ "content": "<|endoftext|>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false
34
+ }
35
+ }
trainer_state.json ADDED
@@ -0,0 +1,1909 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 18.128184499865917,
3
+ "best_model_checkpoint": "./logs/whisper-base-cantonese/checkpoint-7200",
4
+ "epoch": 10.02875,
5
+ "eval_steps": 400,
6
+ "global_step": 7200,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.0,
13
+ "learning_rate": 2.3e-06,
14
+ "loss": 2.0581,
15
+ "step": 25
16
+ },
17
+ {
18
+ "epoch": 0.0,
19
+ "learning_rate": 4.800000000000001e-06,
20
+ "loss": 0.8569,
21
+ "step": 50
22
+ },
23
+ {
24
+ "epoch": 0.0,
25
+ "learning_rate": 7.2999999999999996e-06,
26
+ "loss": 0.4243,
27
+ "step": 75
28
+ },
29
+ {
30
+ "epoch": 0.01,
31
+ "learning_rate": 9.800000000000001e-06,
32
+ "loss": 0.3528,
33
+ "step": 100
34
+ },
35
+ {
36
+ "epoch": 0.01,
37
+ "learning_rate": 1.23e-05,
38
+ "loss": 0.3243,
39
+ "step": 125
40
+ },
41
+ {
42
+ "epoch": 0.01,
43
+ "learning_rate": 1.48e-05,
44
+ "loss": 0.3011,
45
+ "step": 150
46
+ },
47
+ {
48
+ "epoch": 0.01,
49
+ "learning_rate": 1.73e-05,
50
+ "loss": 0.2793,
51
+ "step": 175
52
+ },
53
+ {
54
+ "epoch": 0.01,
55
+ "learning_rate": 1.9800000000000004e-05,
56
+ "loss": 0.2669,
57
+ "step": 200
58
+ },
59
+ {
60
+ "epoch": 0.01,
61
+ "learning_rate": 2.23e-05,
62
+ "loss": 0.2676,
63
+ "step": 225
64
+ },
65
+ {
66
+ "epoch": 0.01,
67
+ "learning_rate": 2.48e-05,
68
+ "loss": 0.252,
69
+ "step": 250
70
+ },
71
+ {
72
+ "epoch": 0.01,
73
+ "learning_rate": 2.7300000000000003e-05,
74
+ "loss": 0.2484,
75
+ "step": 275
76
+ },
77
+ {
78
+ "epoch": 0.01,
79
+ "learning_rate": 2.98e-05,
80
+ "loss": 0.2327,
81
+ "step": 300
82
+ },
83
+ {
84
+ "epoch": 0.02,
85
+ "learning_rate": 3.2300000000000006e-05,
86
+ "loss": 0.235,
87
+ "step": 325
88
+ },
89
+ {
90
+ "epoch": 0.02,
91
+ "learning_rate": 3.48e-05,
92
+ "loss": 0.2229,
93
+ "step": 350
94
+ },
95
+ {
96
+ "epoch": 0.02,
97
+ "learning_rate": 3.73e-05,
98
+ "loss": 0.2272,
99
+ "step": 375
100
+ },
101
+ {
102
+ "epoch": 0.02,
103
+ "learning_rate": 3.9800000000000005e-05,
104
+ "loss": 0.2162,
105
+ "step": 400
106
+ },
107
+ {
108
+ "epoch": 0.02,
109
+ "eval_cer": 36.56029319746134,
110
+ "eval_loss": 1.0470175743103027,
111
+ "eval_runtime": 127.7891,
112
+ "eval_samples_per_second": 7.825,
113
+ "eval_steps_per_second": 0.493,
114
+ "step": 400
115
+ },
116
+ {
117
+ "epoch": 0.02,
118
+ "learning_rate": 4.23e-05,
119
+ "loss": 0.2131,
120
+ "step": 425
121
+ },
122
+ {
123
+ "epoch": 0.02,
124
+ "learning_rate": 4.4800000000000005e-05,
125
+ "loss": 0.2135,
126
+ "step": 450
127
+ },
128
+ {
129
+ "epoch": 0.02,
130
+ "learning_rate": 4.73e-05,
131
+ "loss": 0.211,
132
+ "step": 475
133
+ },
134
+ {
135
+ "epoch": 0.03,
136
+ "learning_rate": 4.9800000000000004e-05,
137
+ "loss": 0.2157,
138
+ "step": 500
139
+ },
140
+ {
141
+ "epoch": 0.03,
142
+ "learning_rate": 4.994102564102565e-05,
143
+ "loss": 0.2063,
144
+ "step": 525
145
+ },
146
+ {
147
+ "epoch": 0.03,
148
+ "learning_rate": 4.987692307692308e-05,
149
+ "loss": 0.2048,
150
+ "step": 550
151
+ },
152
+ {
153
+ "epoch": 0.03,
154
+ "learning_rate": 4.981282051282051e-05,
155
+ "loss": 0.6392,
156
+ "step": 575
157
+ },
158
+ {
159
+ "epoch": 0.03,
160
+ "learning_rate": 4.974871794871795e-05,
161
+ "loss": 0.5431,
162
+ "step": 600
163
+ },
164
+ {
165
+ "epoch": 0.03,
166
+ "learning_rate": 4.9684615384615384e-05,
167
+ "loss": 0.515,
168
+ "step": 625
169
+ },
170
+ {
171
+ "epoch": 0.03,
172
+ "learning_rate": 4.962051282051282e-05,
173
+ "loss": 0.4156,
174
+ "step": 650
175
+ },
176
+ {
177
+ "epoch": 1.0,
178
+ "learning_rate": 4.9556410256410256e-05,
179
+ "loss": 0.3158,
180
+ "step": 675
181
+ },
182
+ {
183
+ "epoch": 1.0,
184
+ "learning_rate": 4.9492307692307695e-05,
185
+ "loss": 0.2046,
186
+ "step": 700
187
+ },
188
+ {
189
+ "epoch": 1.0,
190
+ "learning_rate": 4.942820512820513e-05,
191
+ "loss": 0.1938,
192
+ "step": 725
193
+ },
194
+ {
195
+ "epoch": 1.0,
196
+ "learning_rate": 4.9364102564102567e-05,
197
+ "loss": 0.1776,
198
+ "step": 750
199
+ },
200
+ {
201
+ "epoch": 1.01,
202
+ "learning_rate": 4.93e-05,
203
+ "loss": 0.1726,
204
+ "step": 775
205
+ },
206
+ {
207
+ "epoch": 1.01,
208
+ "learning_rate": 4.923589743589744e-05,
209
+ "loss": 0.1652,
210
+ "step": 800
211
+ },
212
+ {
213
+ "epoch": 1.01,
214
+ "eval_cer": 26.888352552069367,
215
+ "eval_loss": 0.5993894338607788,
216
+ "eval_runtime": 126.7133,
217
+ "eval_samples_per_second": 7.892,
218
+ "eval_steps_per_second": 0.497,
219
+ "step": 800
220
+ },
221
+ {
222
+ "epoch": 1.01,
223
+ "learning_rate": 4.917179487179488e-05,
224
+ "loss": 0.162,
225
+ "step": 825
226
+ },
227
+ {
228
+ "epoch": 1.01,
229
+ "learning_rate": 4.910769230769231e-05,
230
+ "loss": 0.1467,
231
+ "step": 850
232
+ },
233
+ {
234
+ "epoch": 1.01,
235
+ "learning_rate": 4.904358974358975e-05,
236
+ "loss": 0.1524,
237
+ "step": 875
238
+ },
239
+ {
240
+ "epoch": 1.01,
241
+ "learning_rate": 4.897948717948718e-05,
242
+ "loss": 0.147,
243
+ "step": 900
244
+ },
245
+ {
246
+ "epoch": 1.01,
247
+ "learning_rate": 4.891538461538462e-05,
248
+ "loss": 0.1398,
249
+ "step": 925
250
+ },
251
+ {
252
+ "epoch": 1.01,
253
+ "learning_rate": 4.885128205128205e-05,
254
+ "loss": 0.1347,
255
+ "step": 950
256
+ },
257
+ {
258
+ "epoch": 1.02,
259
+ "learning_rate": 4.878717948717949e-05,
260
+ "loss": 0.1314,
261
+ "step": 975
262
+ },
263
+ {
264
+ "epoch": 1.02,
265
+ "learning_rate": 4.8723076923076925e-05,
266
+ "loss": 0.1215,
267
+ "step": 1000
268
+ },
269
+ {
270
+ "epoch": 1.02,
271
+ "learning_rate": 4.8658974358974364e-05,
272
+ "loss": 0.1219,
273
+ "step": 1025
274
+ },
275
+ {
276
+ "epoch": 1.02,
277
+ "learning_rate": 4.8594871794871796e-05,
278
+ "loss": 0.1199,
279
+ "step": 1050
280
+ },
281
+ {
282
+ "epoch": 1.02,
283
+ "learning_rate": 4.8530769230769236e-05,
284
+ "loss": 0.1133,
285
+ "step": 1075
286
+ },
287
+ {
288
+ "epoch": 1.02,
289
+ "learning_rate": 4.8466666666666675e-05,
290
+ "loss": 0.1101,
291
+ "step": 1100
292
+ },
293
+ {
294
+ "epoch": 1.02,
295
+ "learning_rate": 4.840256410256411e-05,
296
+ "loss": 0.1082,
297
+ "step": 1125
298
+ },
299
+ {
300
+ "epoch": 1.02,
301
+ "learning_rate": 4.833846153846154e-05,
302
+ "loss": 0.1124,
303
+ "step": 1150
304
+ },
305
+ {
306
+ "epoch": 1.03,
307
+ "learning_rate": 4.827435897435897e-05,
308
+ "loss": 0.1073,
309
+ "step": 1175
310
+ },
311
+ {
312
+ "epoch": 1.03,
313
+ "learning_rate": 4.821025641025641e-05,
314
+ "loss": 0.0978,
315
+ "step": 1200
316
+ },
317
+ {
318
+ "epoch": 1.03,
319
+ "eval_cer": 31.79583445070171,
320
+ "eval_loss": 0.7157341241836548,
321
+ "eval_runtime": 131.399,
322
+ "eval_samples_per_second": 7.61,
323
+ "eval_steps_per_second": 0.479,
324
+ "step": 1200
325
+ },
326
+ {
327
+ "epoch": 1.03,
328
+ "learning_rate": 4.8146153846153844e-05,
329
+ "loss": 0.2522,
330
+ "step": 1225
331
+ },
332
+ {
333
+ "epoch": 1.03,
334
+ "learning_rate": 4.808205128205128e-05,
335
+ "loss": 0.3732,
336
+ "step": 1250
337
+ },
338
+ {
339
+ "epoch": 1.03,
340
+ "learning_rate": 4.8017948717948715e-05,
341
+ "loss": 0.3506,
342
+ "step": 1275
343
+ },
344
+ {
345
+ "epoch": 1.03,
346
+ "learning_rate": 4.7953846153846154e-05,
347
+ "loss": 0.2876,
348
+ "step": 1300
349
+ },
350
+ {
351
+ "epoch": 1.03,
352
+ "learning_rate": 4.7889743589743594e-05,
353
+ "loss": 0.2475,
354
+ "step": 1325
355
+ },
356
+ {
357
+ "epoch": 2.0,
358
+ "learning_rate": 4.7825641025641026e-05,
359
+ "loss": 0.1111,
360
+ "step": 1350
361
+ },
362
+ {
363
+ "epoch": 2.0,
364
+ "learning_rate": 4.7761538461538465e-05,
365
+ "loss": 0.1053,
366
+ "step": 1375
367
+ },
368
+ {
369
+ "epoch": 2.0,
370
+ "learning_rate": 4.76974358974359e-05,
371
+ "loss": 0.0915,
372
+ "step": 1400
373
+ },
374
+ {
375
+ "epoch": 2.0,
376
+ "learning_rate": 4.763333333333334e-05,
377
+ "loss": 0.0941,
378
+ "step": 1425
379
+ },
380
+ {
381
+ "epoch": 2.01,
382
+ "learning_rate": 4.756923076923077e-05,
383
+ "loss": 0.0863,
384
+ "step": 1450
385
+ },
386
+ {
387
+ "epoch": 2.01,
388
+ "learning_rate": 4.750512820512821e-05,
389
+ "loss": 0.0854,
390
+ "step": 1475
391
+ },
392
+ {
393
+ "epoch": 2.01,
394
+ "learning_rate": 4.744102564102564e-05,
395
+ "loss": 0.0806,
396
+ "step": 1500
397
+ },
398
+ {
399
+ "epoch": 2.01,
400
+ "learning_rate": 4.737692307692308e-05,
401
+ "loss": 0.0788,
402
+ "step": 1525
403
+ },
404
+ {
405
+ "epoch": 2.01,
406
+ "learning_rate": 4.731282051282051e-05,
407
+ "loss": 0.0784,
408
+ "step": 1550
409
+ },
410
+ {
411
+ "epoch": 2.01,
412
+ "learning_rate": 4.724871794871795e-05,
413
+ "loss": 0.0811,
414
+ "step": 1575
415
+ },
416
+ {
417
+ "epoch": 2.01,
418
+ "learning_rate": 4.718461538461539e-05,
419
+ "loss": 0.0769,
420
+ "step": 1600
421
+ },
422
+ {
423
+ "epoch": 2.01,
424
+ "eval_cer": 25.914007329936535,
425
+ "eval_loss": 0.6011224389076233,
426
+ "eval_runtime": 131.3826,
427
+ "eval_samples_per_second": 7.611,
428
+ "eval_steps_per_second": 0.48,
429
+ "step": 1600
430
+ },
431
+ {
432
+ "epoch": 2.02,
433
+ "learning_rate": 4.7120512820512823e-05,
434
+ "loss": 0.069,
435
+ "step": 1625
436
+ },
437
+ {
438
+ "epoch": 2.02,
439
+ "learning_rate": 4.705641025641026e-05,
440
+ "loss": 0.0694,
441
+ "step": 1650
442
+ },
443
+ {
444
+ "epoch": 2.02,
445
+ "learning_rate": 4.6992307692307695e-05,
446
+ "loss": 0.0641,
447
+ "step": 1675
448
+ },
449
+ {
450
+ "epoch": 2.02,
451
+ "learning_rate": 4.6928205128205134e-05,
452
+ "loss": 0.0704,
453
+ "step": 1700
454
+ },
455
+ {
456
+ "epoch": 2.02,
457
+ "learning_rate": 4.686410256410257e-05,
458
+ "loss": 0.0638,
459
+ "step": 1725
460
+ },
461
+ {
462
+ "epoch": 2.02,
463
+ "learning_rate": 4.6800000000000006e-05,
464
+ "loss": 0.0612,
465
+ "step": 1750
466
+ },
467
+ {
468
+ "epoch": 2.02,
469
+ "learning_rate": 4.673589743589744e-05,
470
+ "loss": 0.062,
471
+ "step": 1775
472
+ },
473
+ {
474
+ "epoch": 2.02,
475
+ "learning_rate": 4.667179487179487e-05,
476
+ "loss": 0.0643,
477
+ "step": 1800
478
+ },
479
+ {
480
+ "epoch": 2.02,
481
+ "learning_rate": 4.660769230769231e-05,
482
+ "loss": 0.0608,
483
+ "step": 1825
484
+ },
485
+ {
486
+ "epoch": 2.03,
487
+ "learning_rate": 4.654358974358974e-05,
488
+ "loss": 0.0601,
489
+ "step": 1850
490
+ },
491
+ {
492
+ "epoch": 2.03,
493
+ "learning_rate": 4.647948717948718e-05,
494
+ "loss": 0.06,
495
+ "step": 1875
496
+ },
497
+ {
498
+ "epoch": 2.03,
499
+ "learning_rate": 4.6415384615384614e-05,
500
+ "loss": 0.2819,
501
+ "step": 1900
502
+ },
503
+ {
504
+ "epoch": 2.03,
505
+ "learning_rate": 4.635128205128205e-05,
506
+ "loss": 0.2377,
507
+ "step": 1925
508
+ },
509
+ {
510
+ "epoch": 2.03,
511
+ "learning_rate": 4.6287179487179486e-05,
512
+ "loss": 0.2326,
513
+ "step": 1950
514
+ },
515
+ {
516
+ "epoch": 2.03,
517
+ "learning_rate": 4.6223076923076925e-05,
518
+ "loss": 0.1679,
519
+ "step": 1975
520
+ },
521
+ {
522
+ "epoch": 3.0,
523
+ "learning_rate": 4.615897435897436e-05,
524
+ "loss": 0.1142,
525
+ "step": 2000
526
+ },
527
+ {
528
+ "epoch": 3.0,
529
+ "eval_cer": 20.872441226423526,
530
+ "eval_loss": 0.478270024061203,
531
+ "eval_runtime": 125.9954,
532
+ "eval_samples_per_second": 7.937,
533
+ "eval_steps_per_second": 0.5,
534
+ "step": 2000
535
+ },
536
+ {
537
+ "epoch": 3.0,
538
+ "learning_rate": 4.6094871794871797e-05,
539
+ "loss": 0.0557,
540
+ "step": 2025
541
+ },
542
+ {
543
+ "epoch": 3.0,
544
+ "learning_rate": 4.6030769230769236e-05,
545
+ "loss": 0.0551,
546
+ "step": 2050
547
+ },
548
+ {
549
+ "epoch": 3.0,
550
+ "learning_rate": 4.596666666666667e-05,
551
+ "loss": 0.0511,
552
+ "step": 2075
553
+ },
554
+ {
555
+ "epoch": 3.01,
556
+ "learning_rate": 4.590256410256411e-05,
557
+ "loss": 0.052,
558
+ "step": 2100
559
+ },
560
+ {
561
+ "epoch": 3.01,
562
+ "learning_rate": 4.583846153846154e-05,
563
+ "loss": 0.0462,
564
+ "step": 2125
565
+ },
566
+ {
567
+ "epoch": 3.01,
568
+ "learning_rate": 4.577435897435898e-05,
569
+ "loss": 0.0468,
570
+ "step": 2150
571
+ },
572
+ {
573
+ "epoch": 3.01,
574
+ "learning_rate": 4.5712820512820514e-05,
575
+ "loss": 0.0405,
576
+ "step": 2175
577
+ },
578
+ {
579
+ "epoch": 3.01,
580
+ "learning_rate": 4.5648717948717954e-05,
581
+ "loss": 0.0449,
582
+ "step": 2200
583
+ },
584
+ {
585
+ "epoch": 3.01,
586
+ "learning_rate": 4.5584615384615386e-05,
587
+ "loss": 0.0437,
588
+ "step": 2225
589
+ },
590
+ {
591
+ "epoch": 3.01,
592
+ "learning_rate": 4.5520512820512825e-05,
593
+ "loss": 0.0456,
594
+ "step": 2250
595
+ },
596
+ {
597
+ "epoch": 3.01,
598
+ "learning_rate": 4.545641025641026e-05,
599
+ "loss": 0.0416,
600
+ "step": 2275
601
+ },
602
+ {
603
+ "epoch": 3.02,
604
+ "learning_rate": 4.53923076923077e-05,
605
+ "loss": 0.0411,
606
+ "step": 2300
607
+ },
608
+ {
609
+ "epoch": 3.02,
610
+ "learning_rate": 4.532820512820513e-05,
611
+ "loss": 0.0363,
612
+ "step": 2325
613
+ },
614
+ {
615
+ "epoch": 3.02,
616
+ "learning_rate": 4.526410256410257e-05,
617
+ "loss": 0.0378,
618
+ "step": 2350
619
+ },
620
+ {
621
+ "epoch": 3.02,
622
+ "learning_rate": 4.52e-05,
623
+ "loss": 0.038,
624
+ "step": 2375
625
+ },
626
+ {
627
+ "epoch": 3.02,
628
+ "learning_rate": 4.513589743589744e-05,
629
+ "loss": 0.037,
630
+ "step": 2400
631
+ },
632
+ {
633
+ "epoch": 3.02,
634
+ "eval_cer": 23.688209528917493,
635
+ "eval_loss": 0.5917167067527771,
636
+ "eval_runtime": 129.3069,
637
+ "eval_samples_per_second": 7.734,
638
+ "eval_steps_per_second": 0.487,
639
+ "step": 2400
640
+ },
641
+ {
642
+ "epoch": 3.02,
643
+ "learning_rate": 4.507179487179487e-05,
644
+ "loss": 0.035,
645
+ "step": 2425
646
+ },
647
+ {
648
+ "epoch": 3.02,
649
+ "learning_rate": 4.500769230769231e-05,
650
+ "loss": 0.0372,
651
+ "step": 2450
652
+ },
653
+ {
654
+ "epoch": 3.02,
655
+ "learning_rate": 4.494358974358975e-05,
656
+ "loss": 0.04,
657
+ "step": 2475
658
+ },
659
+ {
660
+ "epoch": 3.03,
661
+ "learning_rate": 4.4879487179487183e-05,
662
+ "loss": 0.0348,
663
+ "step": 2500
664
+ },
665
+ {
666
+ "epoch": 3.03,
667
+ "learning_rate": 4.481538461538462e-05,
668
+ "loss": 0.0328,
669
+ "step": 2525
670
+ },
671
+ {
672
+ "epoch": 3.03,
673
+ "learning_rate": 4.475128205128205e-05,
674
+ "loss": 0.1175,
675
+ "step": 2550
676
+ },
677
+ {
678
+ "epoch": 3.03,
679
+ "learning_rate": 4.468717948717949e-05,
680
+ "loss": 0.1797,
681
+ "step": 2575
682
+ },
683
+ {
684
+ "epoch": 3.03,
685
+ "learning_rate": 4.462307692307692e-05,
686
+ "loss": 0.1705,
687
+ "step": 2600
688
+ },
689
+ {
690
+ "epoch": 3.03,
691
+ "learning_rate": 4.455897435897436e-05,
692
+ "loss": 0.1245,
693
+ "step": 2625
694
+ },
695
+ {
696
+ "epoch": 3.03,
697
+ "learning_rate": 4.44948717948718e-05,
698
+ "loss": 0.1061,
699
+ "step": 2650
700
+ },
701
+ {
702
+ "epoch": 4.0,
703
+ "learning_rate": 4.443076923076923e-05,
704
+ "loss": 0.0318,
705
+ "step": 2675
706
+ },
707
+ {
708
+ "epoch": 4.0,
709
+ "learning_rate": 4.436666666666667e-05,
710
+ "loss": 0.0337,
711
+ "step": 2700
712
+ },
713
+ {
714
+ "epoch": 4.0,
715
+ "learning_rate": 4.43025641025641e-05,
716
+ "loss": 0.029,
717
+ "step": 2725
718
+ },
719
+ {
720
+ "epoch": 4.0,
721
+ "learning_rate": 4.423846153846154e-05,
722
+ "loss": 0.0289,
723
+ "step": 2750
724
+ },
725
+ {
726
+ "epoch": 4.01,
727
+ "learning_rate": 4.4174358974358974e-05,
728
+ "loss": 0.0297,
729
+ "step": 2775
730
+ },
731
+ {
732
+ "epoch": 4.01,
733
+ "learning_rate": 4.411025641025641e-05,
734
+ "loss": 0.027,
735
+ "step": 2800
736
+ },
737
+ {
738
+ "epoch": 4.01,
739
+ "eval_cer": 21.936175918476803,
740
+ "eval_loss": 0.5530263185501099,
741
+ "eval_runtime": 132.1424,
742
+ "eval_samples_per_second": 7.568,
743
+ "eval_steps_per_second": 0.477,
744
+ "step": 2800
745
+ },
746
+ {
747
+ "epoch": 4.01,
748
+ "learning_rate": 4.4046153846153846e-05,
749
+ "loss": 0.0256,
750
+ "step": 2825
751
+ },
752
+ {
753
+ "epoch": 4.01,
754
+ "learning_rate": 4.3982051282051285e-05,
755
+ "loss": 0.0253,
756
+ "step": 2850
757
+ },
758
+ {
759
+ "epoch": 4.01,
760
+ "learning_rate": 4.391794871794872e-05,
761
+ "loss": 0.0247,
762
+ "step": 2875
763
+ },
764
+ {
765
+ "epoch": 4.01,
766
+ "learning_rate": 4.3853846153846156e-05,
767
+ "loss": 0.0244,
768
+ "step": 2900
769
+ },
770
+ {
771
+ "epoch": 4.01,
772
+ "learning_rate": 4.3789743589743596e-05,
773
+ "loss": 0.0253,
774
+ "step": 2925
775
+ },
776
+ {
777
+ "epoch": 4.01,
778
+ "learning_rate": 4.372564102564103e-05,
779
+ "loss": 0.0238,
780
+ "step": 2950
781
+ },
782
+ {
783
+ "epoch": 4.02,
784
+ "learning_rate": 4.366153846153847e-05,
785
+ "loss": 0.0237,
786
+ "step": 2975
787
+ },
788
+ {
789
+ "epoch": 4.02,
790
+ "learning_rate": 4.35974358974359e-05,
791
+ "loss": 0.0209,
792
+ "step": 3000
793
+ },
794
+ {
795
+ "epoch": 4.02,
796
+ "learning_rate": 4.353333333333334e-05,
797
+ "loss": 0.0236,
798
+ "step": 3025
799
+ },
800
+ {
801
+ "epoch": 4.02,
802
+ "learning_rate": 4.346923076923077e-05,
803
+ "loss": 0.0217,
804
+ "step": 3050
805
+ },
806
+ {
807
+ "epoch": 4.02,
808
+ "learning_rate": 4.340512820512821e-05,
809
+ "loss": 0.0208,
810
+ "step": 3075
811
+ },
812
+ {
813
+ "epoch": 4.02,
814
+ "learning_rate": 4.334102564102564e-05,
815
+ "loss": 0.02,
816
+ "step": 3100
817
+ },
818
+ {
819
+ "epoch": 4.02,
820
+ "learning_rate": 4.327692307692308e-05,
821
+ "loss": 0.0222,
822
+ "step": 3125
823
+ },
824
+ {
825
+ "epoch": 4.03,
826
+ "learning_rate": 4.3212820512820515e-05,
827
+ "loss": 0.0204,
828
+ "step": 3150
829
+ },
830
+ {
831
+ "epoch": 4.03,
832
+ "learning_rate": 4.314871794871795e-05,
833
+ "loss": 0.0203,
834
+ "step": 3175
835
+ },
836
+ {
837
+ "epoch": 4.03,
838
+ "learning_rate": 4.3084615384615386e-05,
839
+ "loss": 0.0199,
840
+ "step": 3200
841
+ },
842
+ {
843
+ "epoch": 4.03,
844
+ "eval_cer": 29.847144006436043,
845
+ "eval_loss": 0.6281722187995911,
846
+ "eval_runtime": 134.3999,
847
+ "eval_samples_per_second": 7.44,
848
+ "eval_steps_per_second": 0.469,
849
+ "step": 3200
850
+ },
851
+ {
852
+ "epoch": 4.03,
853
+ "learning_rate": 4.302051282051282e-05,
854
+ "loss": 0.1392,
855
+ "step": 3225
856
+ },
857
+ {
858
+ "epoch": 4.03,
859
+ "learning_rate": 4.295641025641026e-05,
860
+ "loss": 0.1092,
861
+ "step": 3250
862
+ },
863
+ {
864
+ "epoch": 4.03,
865
+ "learning_rate": 4.289230769230769e-05,
866
+ "loss": 0.1003,
867
+ "step": 3275
868
+ },
869
+ {
870
+ "epoch": 4.03,
871
+ "learning_rate": 4.282820512820513e-05,
872
+ "loss": 0.0684,
873
+ "step": 3300
874
+ },
875
+ {
876
+ "epoch": 5.0,
877
+ "learning_rate": 4.276410256410256e-05,
878
+ "loss": 0.0438,
879
+ "step": 3325
880
+ },
881
+ {
882
+ "epoch": 5.0,
883
+ "learning_rate": 4.27e-05,
884
+ "loss": 0.0163,
885
+ "step": 3350
886
+ },
887
+ {
888
+ "epoch": 5.0,
889
+ "learning_rate": 4.263589743589744e-05,
890
+ "loss": 0.0179,
891
+ "step": 3375
892
+ },
893
+ {
894
+ "epoch": 5.0,
895
+ "learning_rate": 4.257179487179487e-05,
896
+ "loss": 0.0178,
897
+ "step": 3400
898
+ },
899
+ {
900
+ "epoch": 5.01,
901
+ "learning_rate": 4.250769230769231e-05,
902
+ "loss": 0.0166,
903
+ "step": 3425
904
+ },
905
+ {
906
+ "epoch": 5.01,
907
+ "learning_rate": 4.2443589743589744e-05,
908
+ "loss": 0.0152,
909
+ "step": 3450
910
+ },
911
+ {
912
+ "epoch": 5.01,
913
+ "learning_rate": 4.2379487179487184e-05,
914
+ "loss": 0.0161,
915
+ "step": 3475
916
+ },
917
+ {
918
+ "epoch": 5.01,
919
+ "learning_rate": 4.2315384615384616e-05,
920
+ "loss": 0.0144,
921
+ "step": 3500
922
+ },
923
+ {
924
+ "epoch": 5.01,
925
+ "learning_rate": 4.2251282051282055e-05,
926
+ "loss": 0.0179,
927
+ "step": 3525
928
+ },
929
+ {
930
+ "epoch": 5.01,
931
+ "learning_rate": 4.218717948717949e-05,
932
+ "loss": 0.0154,
933
+ "step": 3550
934
+ },
935
+ {
936
+ "epoch": 5.01,
937
+ "learning_rate": 4.212307692307693e-05,
938
+ "loss": 0.0146,
939
+ "step": 3575
940
+ },
941
+ {
942
+ "epoch": 5.01,
943
+ "learning_rate": 4.205897435897436e-05,
944
+ "loss": 0.0147,
945
+ "step": 3600
946
+ },
947
+ {
948
+ "epoch": 5.01,
949
+ "eval_cer": 21.88254223652454,
950
+ "eval_loss": 0.5774866938591003,
951
+ "eval_runtime": 130.6083,
952
+ "eval_samples_per_second": 7.656,
953
+ "eval_steps_per_second": 0.482,
954
+ "step": 3600
955
+ },
956
+ {
957
+ "epoch": 5.02,
958
+ "learning_rate": 4.19948717948718e-05,
959
+ "loss": 0.0155,
960
+ "step": 3625
961
+ },
962
+ {
963
+ "epoch": 5.02,
964
+ "learning_rate": 4.193076923076924e-05,
965
+ "loss": 0.0142,
966
+ "step": 3650
967
+ },
968
+ {
969
+ "epoch": 5.02,
970
+ "learning_rate": 4.186666666666667e-05,
971
+ "loss": 0.014,
972
+ "step": 3675
973
+ },
974
+ {
975
+ "epoch": 5.02,
976
+ "learning_rate": 4.180256410256411e-05,
977
+ "loss": 0.0122,
978
+ "step": 3700
979
+ },
980
+ {
981
+ "epoch": 5.02,
982
+ "learning_rate": 4.173846153846154e-05,
983
+ "loss": 0.0119,
984
+ "step": 3725
985
+ },
986
+ {
987
+ "epoch": 5.02,
988
+ "learning_rate": 4.167435897435898e-05,
989
+ "loss": 0.0117,
990
+ "step": 3750
991
+ },
992
+ {
993
+ "epoch": 5.02,
994
+ "learning_rate": 4.161025641025641e-05,
995
+ "loss": 0.0126,
996
+ "step": 3775
997
+ },
998
+ {
999
+ "epoch": 5.02,
1000
+ "learning_rate": 4.1546153846153846e-05,
1001
+ "loss": 0.0141,
1002
+ "step": 3800
1003
+ },
1004
+ {
1005
+ "epoch": 5.03,
1006
+ "learning_rate": 4.1482051282051285e-05,
1007
+ "loss": 0.012,
1008
+ "step": 3825
1009
+ },
1010
+ {
1011
+ "epoch": 5.03,
1012
+ "learning_rate": 4.141794871794872e-05,
1013
+ "loss": 0.0111,
1014
+ "step": 3850
1015
+ },
1016
+ {
1017
+ "epoch": 5.03,
1018
+ "learning_rate": 4.135384615384616e-05,
1019
+ "loss": 0.06,
1020
+ "step": 3875
1021
+ },
1022
+ {
1023
+ "epoch": 5.03,
1024
+ "learning_rate": 4.128974358974359e-05,
1025
+ "loss": 0.0784,
1026
+ "step": 3900
1027
+ },
1028
+ {
1029
+ "epoch": 5.03,
1030
+ "learning_rate": 4.122564102564103e-05,
1031
+ "loss": 0.0748,
1032
+ "step": 3925
1033
+ },
1034
+ {
1035
+ "epoch": 5.03,
1036
+ "learning_rate": 4.116153846153846e-05,
1037
+ "loss": 0.0475,
1038
+ "step": 3950
1039
+ },
1040
+ {
1041
+ "epoch": 5.03,
1042
+ "learning_rate": 4.10974358974359e-05,
1043
+ "loss": 0.0427,
1044
+ "step": 3975
1045
+ },
1046
+ {
1047
+ "epoch": 6.0,
1048
+ "learning_rate": 4.103333333333333e-05,
1049
+ "loss": 0.0119,
1050
+ "step": 4000
1051
+ },
1052
+ {
1053
+ "epoch": 6.0,
1054
+ "eval_cer": 20.461249664789488,
1055
+ "eval_loss": 0.49904364347457886,
1056
+ "eval_runtime": 131.4191,
1057
+ "eval_samples_per_second": 7.609,
1058
+ "eval_steps_per_second": 0.479,
1059
+ "step": 4000
1060
+ },
1061
+ {
1062
+ "epoch": 6.0,
1063
+ "learning_rate": 4.096923076923077e-05,
1064
+ "loss": 0.0115,
1065
+ "step": 4025
1066
+ },
1067
+ {
1068
+ "epoch": 6.0,
1069
+ "learning_rate": 4.0905128205128204e-05,
1070
+ "loss": 0.0107,
1071
+ "step": 4050
1072
+ },
1073
+ {
1074
+ "epoch": 6.0,
1075
+ "learning_rate": 4.084102564102564e-05,
1076
+ "loss": 0.0108,
1077
+ "step": 4075
1078
+ },
1079
+ {
1080
+ "epoch": 6.01,
1081
+ "learning_rate": 4.077692307692308e-05,
1082
+ "loss": 0.0107,
1083
+ "step": 4100
1084
+ },
1085
+ {
1086
+ "epoch": 6.01,
1087
+ "learning_rate": 4.0712820512820515e-05,
1088
+ "loss": 0.0091,
1089
+ "step": 4125
1090
+ },
1091
+ {
1092
+ "epoch": 6.01,
1093
+ "learning_rate": 4.0648717948717954e-05,
1094
+ "loss": 0.0114,
1095
+ "step": 4150
1096
+ },
1097
+ {
1098
+ "epoch": 6.01,
1099
+ "learning_rate": 4.0584615384615386e-05,
1100
+ "loss": 0.0102,
1101
+ "step": 4175
1102
+ },
1103
+ {
1104
+ "epoch": 6.01,
1105
+ "learning_rate": 4.0520512820512826e-05,
1106
+ "loss": 0.0119,
1107
+ "step": 4200
1108
+ },
1109
+ {
1110
+ "epoch": 6.01,
1111
+ "learning_rate": 4.045897435897436e-05,
1112
+ "loss": 0.0109,
1113
+ "step": 4225
1114
+ },
1115
+ {
1116
+ "epoch": 6.01,
1117
+ "learning_rate": 4.03948717948718e-05,
1118
+ "loss": 0.011,
1119
+ "step": 4250
1120
+ },
1121
+ {
1122
+ "epoch": 6.01,
1123
+ "learning_rate": 4.033076923076923e-05,
1124
+ "loss": 0.0098,
1125
+ "step": 4275
1126
+ },
1127
+ {
1128
+ "epoch": 6.02,
1129
+ "learning_rate": 4.026666666666667e-05,
1130
+ "loss": 0.0114,
1131
+ "step": 4300
1132
+ },
1133
+ {
1134
+ "epoch": 6.02,
1135
+ "learning_rate": 4.0202564102564104e-05,
1136
+ "loss": 0.0097,
1137
+ "step": 4325
1138
+ },
1139
+ {
1140
+ "epoch": 6.02,
1141
+ "learning_rate": 4.0138461538461544e-05,
1142
+ "loss": 0.0098,
1143
+ "step": 4350
1144
+ },
1145
+ {
1146
+ "epoch": 6.02,
1147
+ "learning_rate": 4.0074358974358976e-05,
1148
+ "loss": 0.01,
1149
+ "step": 4375
1150
+ },
1151
+ {
1152
+ "epoch": 6.02,
1153
+ "learning_rate": 4.0010256410256415e-05,
1154
+ "loss": 0.0088,
1155
+ "step": 4400
1156
+ },
1157
+ {
1158
+ "epoch": 6.02,
1159
+ "eval_cer": 22.088138017341556,
1160
+ "eval_loss": 0.5657151341438293,
1161
+ "eval_runtime": 129.1878,
1162
+ "eval_samples_per_second": 7.741,
1163
+ "eval_steps_per_second": 0.488,
1164
+ "step": 4400
1165
+ },
1166
+ {
1167
+ "epoch": 6.02,
1168
+ "learning_rate": 3.994615384615385e-05,
1169
+ "loss": 0.0089,
1170
+ "step": 4425
1171
+ },
1172
+ {
1173
+ "epoch": 6.02,
1174
+ "learning_rate": 3.988205128205129e-05,
1175
+ "loss": 0.01,
1176
+ "step": 4450
1177
+ },
1178
+ {
1179
+ "epoch": 6.03,
1180
+ "learning_rate": 3.981794871794872e-05,
1181
+ "loss": 0.0089,
1182
+ "step": 4475
1183
+ },
1184
+ {
1185
+ "epoch": 6.03,
1186
+ "learning_rate": 3.975384615384616e-05,
1187
+ "loss": 0.0099,
1188
+ "step": 4500
1189
+ },
1190
+ {
1191
+ "epoch": 6.03,
1192
+ "learning_rate": 3.96897435897436e-05,
1193
+ "loss": 0.0079,
1194
+ "step": 4525
1195
+ },
1196
+ {
1197
+ "epoch": 6.03,
1198
+ "learning_rate": 3.962564102564102e-05,
1199
+ "loss": 0.0596,
1200
+ "step": 4550
1201
+ },
1202
+ {
1203
+ "epoch": 6.03,
1204
+ "learning_rate": 3.956153846153846e-05,
1205
+ "loss": 0.0518,
1206
+ "step": 4575
1207
+ },
1208
+ {
1209
+ "epoch": 6.03,
1210
+ "learning_rate": 3.9497435897435895e-05,
1211
+ "loss": 0.0536,
1212
+ "step": 4600
1213
+ },
1214
+ {
1215
+ "epoch": 6.03,
1216
+ "learning_rate": 3.9433333333333334e-05,
1217
+ "loss": 0.0309,
1218
+ "step": 4625
1219
+ },
1220
+ {
1221
+ "epoch": 7.0,
1222
+ "learning_rate": 3.9369230769230767e-05,
1223
+ "loss": 0.0239,
1224
+ "step": 4650
1225
+ },
1226
+ {
1227
+ "epoch": 7.0,
1228
+ "learning_rate": 3.9305128205128206e-05,
1229
+ "loss": 0.0096,
1230
+ "step": 4675
1231
+ },
1232
+ {
1233
+ "epoch": 7.0,
1234
+ "learning_rate": 3.9241025641025645e-05,
1235
+ "loss": 0.0085,
1236
+ "step": 4700
1237
+ },
1238
+ {
1239
+ "epoch": 7.0,
1240
+ "learning_rate": 3.917692307692308e-05,
1241
+ "loss": 0.0075,
1242
+ "step": 4725
1243
+ },
1244
+ {
1245
+ "epoch": 7.01,
1246
+ "learning_rate": 3.9112820512820517e-05,
1247
+ "loss": 0.0083,
1248
+ "step": 4750
1249
+ },
1250
+ {
1251
+ "epoch": 7.01,
1252
+ "learning_rate": 3.904871794871795e-05,
1253
+ "loss": 0.0084,
1254
+ "step": 4775
1255
+ },
1256
+ {
1257
+ "epoch": 7.01,
1258
+ "learning_rate": 3.898461538461539e-05,
1259
+ "loss": 0.0081,
1260
+ "step": 4800
1261
+ },
1262
+ {
1263
+ "epoch": 7.01,
1264
+ "eval_cer": 20.6042728166622,
1265
+ "eval_loss": 0.5471253395080566,
1266
+ "eval_runtime": 129.9689,
1267
+ "eval_samples_per_second": 7.694,
1268
+ "eval_steps_per_second": 0.485,
1269
+ "step": 4800
1270
+ },
1271
+ {
1272
+ "epoch": 7.01,
1273
+ "learning_rate": 3.892051282051282e-05,
1274
+ "loss": 0.007,
1275
+ "step": 4825
1276
+ },
1277
+ {
1278
+ "epoch": 7.01,
1279
+ "learning_rate": 3.885641025641026e-05,
1280
+ "loss": 0.0099,
1281
+ "step": 4850
1282
+ },
1283
+ {
1284
+ "epoch": 7.01,
1285
+ "learning_rate": 3.879230769230769e-05,
1286
+ "loss": 0.0084,
1287
+ "step": 4875
1288
+ },
1289
+ {
1290
+ "epoch": 7.01,
1291
+ "learning_rate": 3.872820512820513e-05,
1292
+ "loss": 0.0087,
1293
+ "step": 4900
1294
+ },
1295
+ {
1296
+ "epoch": 7.01,
1297
+ "learning_rate": 3.8664102564102564e-05,
1298
+ "loss": 0.0072,
1299
+ "step": 4925
1300
+ },
1301
+ {
1302
+ "epoch": 7.02,
1303
+ "learning_rate": 3.86e-05,
1304
+ "loss": 0.008,
1305
+ "step": 4950
1306
+ },
1307
+ {
1308
+ "epoch": 7.02,
1309
+ "learning_rate": 3.853589743589744e-05,
1310
+ "loss": 0.0074,
1311
+ "step": 4975
1312
+ },
1313
+ {
1314
+ "epoch": 7.02,
1315
+ "learning_rate": 3.8471794871794875e-05,
1316
+ "loss": 0.0084,
1317
+ "step": 5000
1318
+ },
1319
+ {
1320
+ "epoch": 7.02,
1321
+ "learning_rate": 3.8407692307692314e-05,
1322
+ "loss": 0.009,
1323
+ "step": 5025
1324
+ },
1325
+ {
1326
+ "epoch": 7.02,
1327
+ "learning_rate": 3.8343589743589746e-05,
1328
+ "loss": 0.0078,
1329
+ "step": 5050
1330
+ },
1331
+ {
1332
+ "epoch": 7.02,
1333
+ "learning_rate": 3.8279487179487186e-05,
1334
+ "loss": 0.0088,
1335
+ "step": 5075
1336
+ },
1337
+ {
1338
+ "epoch": 7.02,
1339
+ "learning_rate": 3.821538461538462e-05,
1340
+ "loss": 0.0075,
1341
+ "step": 5100
1342
+ },
1343
+ {
1344
+ "epoch": 7.02,
1345
+ "learning_rate": 3.815128205128206e-05,
1346
+ "loss": 0.0076,
1347
+ "step": 5125
1348
+ },
1349
+ {
1350
+ "epoch": 7.03,
1351
+ "learning_rate": 3.808717948717948e-05,
1352
+ "loss": 0.0073,
1353
+ "step": 5150
1354
+ },
1355
+ {
1356
+ "epoch": 7.03,
1357
+ "learning_rate": 3.802307692307692e-05,
1358
+ "loss": 0.0072,
1359
+ "step": 5175
1360
+ },
1361
+ {
1362
+ "epoch": 7.03,
1363
+ "learning_rate": 3.795897435897436e-05,
1364
+ "loss": 0.029,
1365
+ "step": 5200
1366
+ },
1367
+ {
1368
+ "epoch": 7.03,
1369
+ "eval_cer": 23.035666398498257,
1370
+ "eval_loss": 0.4823973476886749,
1371
+ "eval_runtime": 133.963,
1372
+ "eval_samples_per_second": 7.465,
1373
+ "eval_steps_per_second": 0.47,
1374
+ "step": 5200
1375
+ },
1376
+ {
1377
+ "epoch": 7.03,
1378
+ "learning_rate": 3.7894871794871794e-05,
1379
+ "loss": 0.0431,
1380
+ "step": 5225
1381
+ },
1382
+ {
1383
+ "epoch": 7.03,
1384
+ "learning_rate": 3.783076923076923e-05,
1385
+ "loss": 0.0445,
1386
+ "step": 5250
1387
+ },
1388
+ {
1389
+ "epoch": 7.03,
1390
+ "learning_rate": 3.7766666666666665e-05,
1391
+ "loss": 0.0228,
1392
+ "step": 5275
1393
+ },
1394
+ {
1395
+ "epoch": 7.03,
1396
+ "learning_rate": 3.7702564102564105e-05,
1397
+ "loss": 0.0241,
1398
+ "step": 5300
1399
+ },
1400
+ {
1401
+ "epoch": 8.0,
1402
+ "learning_rate": 3.763846153846154e-05,
1403
+ "loss": 0.0082,
1404
+ "step": 5325
1405
+ },
1406
+ {
1407
+ "epoch": 8.0,
1408
+ "learning_rate": 3.7574358974358976e-05,
1409
+ "loss": 0.0071,
1410
+ "step": 5350
1411
+ },
1412
+ {
1413
+ "epoch": 8.0,
1414
+ "learning_rate": 3.751025641025641e-05,
1415
+ "loss": 0.0063,
1416
+ "step": 5375
1417
+ },
1418
+ {
1419
+ "epoch": 8.01,
1420
+ "learning_rate": 3.744615384615385e-05,
1421
+ "loss": 0.0067,
1422
+ "step": 5400
1423
+ },
1424
+ {
1425
+ "epoch": 8.01,
1426
+ "learning_rate": 3.738205128205128e-05,
1427
+ "loss": 0.0066,
1428
+ "step": 5425
1429
+ },
1430
+ {
1431
+ "epoch": 8.01,
1432
+ "learning_rate": 3.731794871794872e-05,
1433
+ "loss": 0.0058,
1434
+ "step": 5450
1435
+ },
1436
+ {
1437
+ "epoch": 8.01,
1438
+ "learning_rate": 3.725384615384616e-05,
1439
+ "loss": 0.0066,
1440
+ "step": 5475
1441
+ },
1442
+ {
1443
+ "epoch": 8.01,
1444
+ "learning_rate": 3.718974358974359e-05,
1445
+ "loss": 0.0059,
1446
+ "step": 5500
1447
+ },
1448
+ {
1449
+ "epoch": 8.01,
1450
+ "learning_rate": 3.712564102564103e-05,
1451
+ "loss": 0.0076,
1452
+ "step": 5525
1453
+ },
1454
+ {
1455
+ "epoch": 8.01,
1456
+ "learning_rate": 3.706153846153846e-05,
1457
+ "loss": 0.0076,
1458
+ "step": 5550
1459
+ },
1460
+ {
1461
+ "epoch": 8.01,
1462
+ "learning_rate": 3.69974358974359e-05,
1463
+ "loss": 0.0068,
1464
+ "step": 5575
1465
+ },
1466
+ {
1467
+ "epoch": 8.02,
1468
+ "learning_rate": 3.6933333333333334e-05,
1469
+ "loss": 0.0051,
1470
+ "step": 5600
1471
+ },
1472
+ {
1473
+ "epoch": 8.02,
1474
+ "eval_cer": 19.95172968624296,
1475
+ "eval_loss": 0.5466642379760742,
1476
+ "eval_runtime": 124.677,
1477
+ "eval_samples_per_second": 8.021,
1478
+ "eval_steps_per_second": 0.505,
1479
+ "step": 5600
1480
+ },
1481
+ {
1482
+ "epoch": 8.02,
1483
+ "learning_rate": 3.6871794871794877e-05,
1484
+ "loss": 0.0059,
1485
+ "step": 5625
1486
+ },
1487
+ {
1488
+ "epoch": 8.02,
1489
+ "learning_rate": 3.680769230769231e-05,
1490
+ "loss": 0.0052,
1491
+ "step": 5650
1492
+ },
1493
+ {
1494
+ "epoch": 8.02,
1495
+ "learning_rate": 3.674358974358975e-05,
1496
+ "loss": 0.0062,
1497
+ "step": 5675
1498
+ },
1499
+ {
1500
+ "epoch": 8.02,
1501
+ "learning_rate": 3.667948717948718e-05,
1502
+ "loss": 0.0061,
1503
+ "step": 5700
1504
+ },
1505
+ {
1506
+ "epoch": 8.02,
1507
+ "learning_rate": 3.661538461538462e-05,
1508
+ "loss": 0.0066,
1509
+ "step": 5725
1510
+ },
1511
+ {
1512
+ "epoch": 8.02,
1513
+ "learning_rate": 3.655128205128205e-05,
1514
+ "loss": 0.0053,
1515
+ "step": 5750
1516
+ },
1517
+ {
1518
+ "epoch": 8.02,
1519
+ "learning_rate": 3.648717948717949e-05,
1520
+ "loss": 0.0066,
1521
+ "step": 5775
1522
+ },
1523
+ {
1524
+ "epoch": 8.03,
1525
+ "learning_rate": 3.6423076923076924e-05,
1526
+ "loss": 0.0057,
1527
+ "step": 5800
1528
+ },
1529
+ {
1530
+ "epoch": 8.03,
1531
+ "learning_rate": 3.635897435897436e-05,
1532
+ "loss": 0.0074,
1533
+ "step": 5825
1534
+ },
1535
+ {
1536
+ "epoch": 8.03,
1537
+ "learning_rate": 3.6294871794871795e-05,
1538
+ "loss": 0.0059,
1539
+ "step": 5850
1540
+ },
1541
+ {
1542
+ "epoch": 8.03,
1543
+ "learning_rate": 3.6230769230769235e-05,
1544
+ "loss": 0.035,
1545
+ "step": 5875
1546
+ },
1547
+ {
1548
+ "epoch": 8.03,
1549
+ "learning_rate": 3.6166666666666674e-05,
1550
+ "loss": 0.037,
1551
+ "step": 5900
1552
+ },
1553
+ {
1554
+ "epoch": 8.03,
1555
+ "learning_rate": 3.6102564102564106e-05,
1556
+ "loss": 0.0253,
1557
+ "step": 5925
1558
+ },
1559
+ {
1560
+ "epoch": 8.03,
1561
+ "learning_rate": 3.603846153846154e-05,
1562
+ "loss": 0.0147,
1563
+ "step": 5950
1564
+ },
1565
+ {
1566
+ "epoch": 9.0,
1567
+ "learning_rate": 3.597435897435897e-05,
1568
+ "loss": 0.0148,
1569
+ "step": 5975
1570
+ },
1571
+ {
1572
+ "epoch": 9.0,
1573
+ "learning_rate": 3.591025641025641e-05,
1574
+ "loss": 0.0071,
1575
+ "step": 6000
1576
+ },
1577
+ {
1578
+ "epoch": 9.0,
1579
+ "eval_cer": 18.557253955484043,
1580
+ "eval_loss": 0.4980410635471344,
1581
+ "eval_runtime": 126.109,
1582
+ "eval_samples_per_second": 7.93,
1583
+ "eval_steps_per_second": 0.5,
1584
+ "step": 6000
1585
+ },
1586
+ {
1587
+ "epoch": 9.0,
1588
+ "learning_rate": 3.584615384615384e-05,
1589
+ "loss": 0.0056,
1590
+ "step": 6025
1591
+ },
1592
+ {
1593
+ "epoch": 9.0,
1594
+ "learning_rate": 3.578205128205128e-05,
1595
+ "loss": 0.0049,
1596
+ "step": 6050
1597
+ },
1598
+ {
1599
+ "epoch": 9.01,
1600
+ "learning_rate": 3.571794871794872e-05,
1601
+ "loss": 0.0053,
1602
+ "step": 6075
1603
+ },
1604
+ {
1605
+ "epoch": 9.01,
1606
+ "learning_rate": 3.5653846153846154e-05,
1607
+ "loss": 0.0046,
1608
+ "step": 6100
1609
+ },
1610
+ {
1611
+ "epoch": 9.01,
1612
+ "learning_rate": 3.558974358974359e-05,
1613
+ "loss": 0.0047,
1614
+ "step": 6125
1615
+ },
1616
+ {
1617
+ "epoch": 9.01,
1618
+ "learning_rate": 3.5525641025641025e-05,
1619
+ "loss": 0.0046,
1620
+ "step": 6150
1621
+ },
1622
+ {
1623
+ "epoch": 9.01,
1624
+ "learning_rate": 3.5461538461538464e-05,
1625
+ "loss": 0.0063,
1626
+ "step": 6175
1627
+ },
1628
+ {
1629
+ "epoch": 9.01,
1630
+ "learning_rate": 3.53974358974359e-05,
1631
+ "loss": 0.0056,
1632
+ "step": 6200
1633
+ },
1634
+ {
1635
+ "epoch": 9.01,
1636
+ "learning_rate": 3.5333333333333336e-05,
1637
+ "loss": 0.006,
1638
+ "step": 6225
1639
+ },
1640
+ {
1641
+ "epoch": 9.01,
1642
+ "learning_rate": 3.526923076923077e-05,
1643
+ "loss": 0.005,
1644
+ "step": 6250
1645
+ },
1646
+ {
1647
+ "epoch": 9.02,
1648
+ "learning_rate": 3.520512820512821e-05,
1649
+ "loss": 0.0046,
1650
+ "step": 6275
1651
+ },
1652
+ {
1653
+ "epoch": 9.02,
1654
+ "learning_rate": 3.514102564102564e-05,
1655
+ "loss": 0.0047,
1656
+ "step": 6300
1657
+ },
1658
+ {
1659
+ "epoch": 9.02,
1660
+ "learning_rate": 3.507692307692308e-05,
1661
+ "loss": 0.0049,
1662
+ "step": 6325
1663
+ },
1664
+ {
1665
+ "epoch": 9.02,
1666
+ "learning_rate": 3.501282051282052e-05,
1667
+ "loss": 0.0048,
1668
+ "step": 6350
1669
+ },
1670
+ {
1671
+ "epoch": 9.02,
1672
+ "learning_rate": 3.494871794871795e-05,
1673
+ "loss": 0.0045,
1674
+ "step": 6375
1675
+ },
1676
+ {
1677
+ "epoch": 9.02,
1678
+ "learning_rate": 3.488461538461539e-05,
1679
+ "loss": 0.0046,
1680
+ "step": 6400
1681
+ },
1682
+ {
1683
+ "epoch": 9.02,
1684
+ "eval_cer": 20.872441226423526,
1685
+ "eval_loss": 0.5338811278343201,
1686
+ "eval_runtime": 125.9373,
1687
+ "eval_samples_per_second": 7.94,
1688
+ "eval_steps_per_second": 0.5,
1689
+ "step": 6400
1690
+ },
1691
+ {
1692
+ "epoch": 9.02,
1693
+ "learning_rate": 3.482051282051282e-05,
1694
+ "loss": 0.0039,
1695
+ "step": 6425
1696
+ },
1697
+ {
1698
+ "epoch": 9.02,
1699
+ "learning_rate": 3.475641025641026e-05,
1700
+ "loss": 0.0042,
1701
+ "step": 6450
1702
+ },
1703
+ {
1704
+ "epoch": 9.03,
1705
+ "learning_rate": 3.4692307692307694e-05,
1706
+ "loss": 0.0048,
1707
+ "step": 6475
1708
+ },
1709
+ {
1710
+ "epoch": 9.03,
1711
+ "learning_rate": 3.4628205128205133e-05,
1712
+ "loss": 0.0064,
1713
+ "step": 6500
1714
+ },
1715
+ {
1716
+ "epoch": 9.03,
1717
+ "learning_rate": 3.4564102564102566e-05,
1718
+ "loss": 0.0158,
1719
+ "step": 6525
1720
+ },
1721
+ {
1722
+ "epoch": 9.03,
1723
+ "learning_rate": 3.45e-05,
1724
+ "loss": 0.0284,
1725
+ "step": 6550
1726
+ },
1727
+ {
1728
+ "epoch": 9.03,
1729
+ "learning_rate": 3.443589743589744e-05,
1730
+ "loss": 0.0272,
1731
+ "step": 6575
1732
+ },
1733
+ {
1734
+ "epoch": 9.03,
1735
+ "learning_rate": 3.437179487179487e-05,
1736
+ "loss": 0.0141,
1737
+ "step": 6600
1738
+ },
1739
+ {
1740
+ "epoch": 9.03,
1741
+ "learning_rate": 3.430769230769231e-05,
1742
+ "loss": 0.0147,
1743
+ "step": 6625
1744
+ },
1745
+ {
1746
+ "epoch": 10.0,
1747
+ "learning_rate": 3.424358974358974e-05,
1748
+ "loss": 0.0062,
1749
+ "step": 6650
1750
+ },
1751
+ {
1752
+ "epoch": 10.0,
1753
+ "learning_rate": 3.417948717948718e-05,
1754
+ "loss": 0.0068,
1755
+ "step": 6675
1756
+ },
1757
+ {
1758
+ "epoch": 10.0,
1759
+ "learning_rate": 3.411538461538461e-05,
1760
+ "loss": 0.0047,
1761
+ "step": 6700
1762
+ },
1763
+ {
1764
+ "epoch": 10.01,
1765
+ "learning_rate": 3.405128205128205e-05,
1766
+ "loss": 0.0041,
1767
+ "step": 6725
1768
+ },
1769
+ {
1770
+ "epoch": 10.01,
1771
+ "learning_rate": 3.3987179487179485e-05,
1772
+ "loss": 0.0041,
1773
+ "step": 6750
1774
+ },
1775
+ {
1776
+ "epoch": 10.01,
1777
+ "learning_rate": 3.3923076923076924e-05,
1778
+ "loss": 0.0043,
1779
+ "step": 6775
1780
+ },
1781
+ {
1782
+ "epoch": 10.01,
1783
+ "learning_rate": 3.385897435897436e-05,
1784
+ "loss": 0.0045,
1785
+ "step": 6800
1786
+ },
1787
+ {
1788
+ "epoch": 10.01,
1789
+ "eval_cer": 18.432108697595424,
1790
+ "eval_loss": 0.5061790943145752,
1791
+ "eval_runtime": 125.241,
1792
+ "eval_samples_per_second": 7.985,
1793
+ "eval_steps_per_second": 0.503,
1794
+ "step": 6800
1795
+ },
1796
+ {
1797
+ "epoch": 10.01,
1798
+ "learning_rate": 3.3794871794871796e-05,
1799
+ "loss": 0.0046,
1800
+ "step": 6825
1801
+ },
1802
+ {
1803
+ "epoch": 10.01,
1804
+ "learning_rate": 3.3730769230769235e-05,
1805
+ "loss": 0.0052,
1806
+ "step": 6850
1807
+ },
1808
+ {
1809
+ "epoch": 10.01,
1810
+ "learning_rate": 3.366666666666667e-05,
1811
+ "loss": 0.0055,
1812
+ "step": 6875
1813
+ },
1814
+ {
1815
+ "epoch": 10.01,
1816
+ "learning_rate": 3.3602564102564107e-05,
1817
+ "loss": 0.0053,
1818
+ "step": 6900
1819
+ },
1820
+ {
1821
+ "epoch": 10.02,
1822
+ "learning_rate": 3.353846153846154e-05,
1823
+ "loss": 0.0049,
1824
+ "step": 6925
1825
+ },
1826
+ {
1827
+ "epoch": 10.02,
1828
+ "learning_rate": 3.347435897435898e-05,
1829
+ "loss": 0.0052,
1830
+ "step": 6950
1831
+ },
1832
+ {
1833
+ "epoch": 10.02,
1834
+ "learning_rate": 3.341025641025641e-05,
1835
+ "loss": 0.0044,
1836
+ "step": 6975
1837
+ },
1838
+ {
1839
+ "epoch": 10.02,
1840
+ "learning_rate": 3.334615384615385e-05,
1841
+ "loss": 0.0046,
1842
+ "step": 7000
1843
+ },
1844
+ {
1845
+ "epoch": 10.02,
1846
+ "learning_rate": 3.328205128205128e-05,
1847
+ "loss": 0.0044,
1848
+ "step": 7025
1849
+ },
1850
+ {
1851
+ "epoch": 10.02,
1852
+ "learning_rate": 3.321794871794872e-05,
1853
+ "loss": 0.0053,
1854
+ "step": 7050
1855
+ },
1856
+ {
1857
+ "epoch": 10.02,
1858
+ "learning_rate": 3.315384615384616e-05,
1859
+ "loss": 0.0038,
1860
+ "step": 7075
1861
+ },
1862
+ {
1863
+ "epoch": 10.02,
1864
+ "learning_rate": 3.308974358974359e-05,
1865
+ "loss": 0.0039,
1866
+ "step": 7100
1867
+ },
1868
+ {
1869
+ "epoch": 10.03,
1870
+ "learning_rate": 3.302564102564103e-05,
1871
+ "loss": 0.0049,
1872
+ "step": 7125
1873
+ },
1874
+ {
1875
+ "epoch": 10.03,
1876
+ "learning_rate": 3.296153846153846e-05,
1877
+ "loss": 0.0056,
1878
+ "step": 7150
1879
+ },
1880
+ {
1881
+ "epoch": 10.03,
1882
+ "learning_rate": 3.28974358974359e-05,
1883
+ "loss": 0.0051,
1884
+ "step": 7175
1885
+ },
1886
+ {
1887
+ "epoch": 10.03,
1888
+ "learning_rate": 3.283333333333333e-05,
1889
+ "loss": 0.0186,
1890
+ "step": 7200
1891
+ },
1892
+ {
1893
+ "epoch": 10.03,
1894
+ "eval_cer": 18.128184499865917,
1895
+ "eval_loss": 0.47741541266441345,
1896
+ "eval_runtime": 124.6703,
1897
+ "eval_samples_per_second": 8.021,
1898
+ "eval_steps_per_second": 0.505,
1899
+ "step": 7200
1900
+ }
1901
+ ],
1902
+ "logging_steps": 25,
1903
+ "max_steps": 20000,
1904
+ "num_train_epochs": 9223372036854775807,
1905
+ "save_steps": 800,
1906
+ "total_flos": 5.97730266611712e+19,
1907
+ "trial_name": null,
1908
+ "trial_params": null
1909
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae11542f6399003276d56e35414886915daf21e212dfb6c9b2edb3e6693a53a5
3
+ size 4219
vocab.json ADDED
The diff for this file is too large to render. See raw diff