adityoAJA commited on
Commit
dcdaad3
·
verified ·
1 Parent(s): ad8ee47

Upload 10 files

Browse files
config.json ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 5,
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2",
16
+ "3": "LABEL_3",
17
+ "4": "LABEL_4",
18
+ "5": "LABEL_5",
19
+ "6": "LABEL_6",
20
+ "7": "LABEL_7",
21
+ "8": "LABEL_8",
22
+ "9": "LABEL_9",
23
+ "10": "LABEL_10",
24
+ "11": "LABEL_11",
25
+ "12": "LABEL_12",
26
+ "13": "LABEL_13",
27
+ "14": "LABEL_14",
28
+ "15": "LABEL_15",
29
+ "16": "LABEL_16",
30
+ "17": "LABEL_17",
31
+ "18": "LABEL_18",
32
+ "19": "LABEL_19",
33
+ "20": "LABEL_20",
34
+ "21": "LABEL_21",
35
+ "22": "LABEL_22",
36
+ "23": "LABEL_23",
37
+ "24": "LABEL_24",
38
+ "25": "LABEL_25",
39
+ "26": "LABEL_26",
40
+ "27": "LABEL_27",
41
+ "28": "LABEL_28",
42
+ "29": "LABEL_29",
43
+ "30": "LABEL_30",
44
+ "31": "LABEL_31",
45
+ "32": "LABEL_32",
46
+ "33": "LABEL_33",
47
+ "34": "LABEL_34",
48
+ "35": "LABEL_35",
49
+ "36": "LABEL_36",
50
+ "37": "LABEL_37",
51
+ "38": "LABEL_38",
52
+ "39": "LABEL_39",
53
+ "40": "LABEL_40",
54
+ "41": "LABEL_41",
55
+ "42": "LABEL_42",
56
+ "43": "LABEL_43",
57
+ "44": "LABEL_44",
58
+ "45": "LABEL_45"
59
+ },
60
+ "initializer_range": 0.02,
61
+ "intermediate_size": 3072,
62
+ "label2id": {
63
+ "LABEL_0": 0,
64
+ "LABEL_1": 1,
65
+ "LABEL_10": 10,
66
+ "LABEL_11": 11,
67
+ "LABEL_12": 12,
68
+ "LABEL_13": 13,
69
+ "LABEL_14": 14,
70
+ "LABEL_15": 15,
71
+ "LABEL_16": 16,
72
+ "LABEL_17": 17,
73
+ "LABEL_18": 18,
74
+ "LABEL_19": 19,
75
+ "LABEL_2": 2,
76
+ "LABEL_20": 20,
77
+ "LABEL_21": 21,
78
+ "LABEL_22": 22,
79
+ "LABEL_23": 23,
80
+ "LABEL_24": 24,
81
+ "LABEL_25": 25,
82
+ "LABEL_26": 26,
83
+ "LABEL_27": 27,
84
+ "LABEL_28": 28,
85
+ "LABEL_29": 29,
86
+ "LABEL_3": 3,
87
+ "LABEL_30": 30,
88
+ "LABEL_31": 31,
89
+ "LABEL_32": 32,
90
+ "LABEL_33": 33,
91
+ "LABEL_34": 34,
92
+ "LABEL_35": 35,
93
+ "LABEL_36": 36,
94
+ "LABEL_37": 37,
95
+ "LABEL_38": 38,
96
+ "LABEL_39": 39,
97
+ "LABEL_4": 4,
98
+ "LABEL_40": 40,
99
+ "LABEL_41": 41,
100
+ "LABEL_42": 42,
101
+ "LABEL_43": 43,
102
+ "LABEL_44": 44,
103
+ "LABEL_45": 45,
104
+ "LABEL_5": 5,
105
+ "LABEL_6": 6,
106
+ "LABEL_7": 7,
107
+ "LABEL_8": 8,
108
+ "LABEL_9": 9
109
+ },
110
+ "layer_norm_eps": 1e-12,
111
+ "max_position_embeddings": 512,
112
+ "model_type": "bert",
113
+ "num_attention_heads": 12,
114
+ "num_hidden_layers": 12,
115
+ "output_past": true,
116
+ "pad_token_id": 0,
117
+ "pooler_fc_size": 768,
118
+ "pooler_num_attention_heads": 12,
119
+ "pooler_num_fc_layers": 3,
120
+ "pooler_size_per_head": 128,
121
+ "pooler_type": "first_token_transform",
122
+ "position_embedding_type": "absolute",
123
+ "problem_type": "single_label_classification",
124
+ "torch_dtype": "float32",
125
+ "transformers_version": "4.53.2",
126
+ "type_vocab_size": 2,
127
+ "use_cache": true,
128
+ "vocab_size": 50000
129
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:442e6bb72c6a313d6e4a28cac8a5fd085f687f098ec0e348aebc0ecb36069438
3
+ size 497930416
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:907663d4eb59a6b39f6aee6fefb494fb78e1d21b37bf6388c0803b272931ddca
3
+ size 14391
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a24d36c2d0e9d626fa824d5e9fc43c32cbdeb5639db3b2625b6fafabfd5ffc2
3
+ size 1465
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "extra_special_tokens": {},
49
+ "mask_token": "[MASK]",
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "never_split": null,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "strip_accents": null,
55
+ "tokenize_chinese_chars": true,
56
+ "tokenizer_class": "BertTokenizer",
57
+ "unk_token": "[UNK]"
58
+ }
trainer_state.json ADDED
@@ -0,0 +1,382 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 425,
3
+ "best_metric": 0.9176470588235294,
4
+ "best_model_checkpoint": "./bert-samudra-model\\checkpoint-425",
5
+ "epoch": 5.0,
6
+ "eval_steps": 500,
7
+ "global_step": 425,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.11764705882352941,
14
+ "grad_norm": 10.0350341796875,
15
+ "learning_rate": 1.9894117647058826e-05,
16
+ "loss": 3.8456,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.23529411764705882,
21
+ "grad_norm": 10.431258201599121,
22
+ "learning_rate": 1.9776470588235296e-05,
23
+ "loss": 3.826,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.35294117647058826,
28
+ "grad_norm": 11.249832153320312,
29
+ "learning_rate": 1.9658823529411765e-05,
30
+ "loss": 3.6472,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.47058823529411764,
35
+ "grad_norm": 10.304410934448242,
36
+ "learning_rate": 1.9541176470588235e-05,
37
+ "loss": 3.5359,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.5882352941176471,
42
+ "grad_norm": 11.847091674804688,
43
+ "learning_rate": 1.942352941176471e-05,
44
+ "loss": 3.3157,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.7058823529411765,
49
+ "grad_norm": 9.621623039245605,
50
+ "learning_rate": 1.930588235294118e-05,
51
+ "loss": 3.1498,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.8235294117647058,
56
+ "grad_norm": 11.151117324829102,
57
+ "learning_rate": 1.918823529411765e-05,
58
+ "loss": 2.9821,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.9411764705882353,
63
+ "grad_norm": 9.83305549621582,
64
+ "learning_rate": 1.907058823529412e-05,
65
+ "loss": 2.9091,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 1.0,
70
+ "eval_accuracy": 0.5294117647058824,
71
+ "eval_loss": 2.518275737762451,
72
+ "eval_runtime": 2.8699,
73
+ "eval_samples_per_second": 59.235,
74
+ "eval_steps_per_second": 7.666,
75
+ "step": 85
76
+ },
77
+ {
78
+ "epoch": 1.0588235294117647,
79
+ "grad_norm": 9.598007202148438,
80
+ "learning_rate": 1.895294117647059e-05,
81
+ "loss": 2.5816,
82
+ "step": 90
83
+ },
84
+ {
85
+ "epoch": 1.1764705882352942,
86
+ "grad_norm": 9.898895263671875,
87
+ "learning_rate": 1.883529411764706e-05,
88
+ "loss": 2.3487,
89
+ "step": 100
90
+ },
91
+ {
92
+ "epoch": 1.2941176470588236,
93
+ "grad_norm": 11.571386337280273,
94
+ "learning_rate": 1.871764705882353e-05,
95
+ "loss": 2.1136,
96
+ "step": 110
97
+ },
98
+ {
99
+ "epoch": 1.4117647058823528,
100
+ "grad_norm": 11.180049896240234,
101
+ "learning_rate": 1.86e-05,
102
+ "loss": 2.0731,
103
+ "step": 120
104
+ },
105
+ {
106
+ "epoch": 1.5294117647058822,
107
+ "grad_norm": 9.434500694274902,
108
+ "learning_rate": 1.848235294117647e-05,
109
+ "loss": 1.9983,
110
+ "step": 130
111
+ },
112
+ {
113
+ "epoch": 1.6470588235294117,
114
+ "grad_norm": 8.993762969970703,
115
+ "learning_rate": 1.836470588235294e-05,
116
+ "loss": 1.7445,
117
+ "step": 140
118
+ },
119
+ {
120
+ "epoch": 1.7647058823529411,
121
+ "grad_norm": 9.424057960510254,
122
+ "learning_rate": 1.8247058823529415e-05,
123
+ "loss": 1.7651,
124
+ "step": 150
125
+ },
126
+ {
127
+ "epoch": 1.8823529411764706,
128
+ "grad_norm": 8.946263313293457,
129
+ "learning_rate": 1.8129411764705885e-05,
130
+ "loss": 1.6938,
131
+ "step": 160
132
+ },
133
+ {
134
+ "epoch": 2.0,
135
+ "grad_norm": 9.5614013671875,
136
+ "learning_rate": 1.8011764705882354e-05,
137
+ "loss": 1.539,
138
+ "step": 170
139
+ },
140
+ {
141
+ "epoch": 2.0,
142
+ "eval_accuracy": 0.8117647058823529,
143
+ "eval_loss": 1.4311776161193848,
144
+ "eval_runtime": 2.9195,
145
+ "eval_samples_per_second": 58.23,
146
+ "eval_steps_per_second": 7.536,
147
+ "step": 170
148
+ },
149
+ {
150
+ "epoch": 2.1176470588235294,
151
+ "grad_norm": 8.067319869995117,
152
+ "learning_rate": 1.7894117647058824e-05,
153
+ "loss": 1.2424,
154
+ "step": 180
155
+ },
156
+ {
157
+ "epoch": 2.235294117647059,
158
+ "grad_norm": 9.209125518798828,
159
+ "learning_rate": 1.7776470588235294e-05,
160
+ "loss": 1.1468,
161
+ "step": 190
162
+ },
163
+ {
164
+ "epoch": 2.3529411764705883,
165
+ "grad_norm": 9.35853099822998,
166
+ "learning_rate": 1.7658823529411768e-05,
167
+ "loss": 1.0893,
168
+ "step": 200
169
+ },
170
+ {
171
+ "epoch": 2.4705882352941178,
172
+ "grad_norm": 7.949193477630615,
173
+ "learning_rate": 1.7541176470588238e-05,
174
+ "loss": 1.1078,
175
+ "step": 210
176
+ },
177
+ {
178
+ "epoch": 2.588235294117647,
179
+ "grad_norm": 10.602166175842285,
180
+ "learning_rate": 1.7423529411764707e-05,
181
+ "loss": 0.9902,
182
+ "step": 220
183
+ },
184
+ {
185
+ "epoch": 2.7058823529411766,
186
+ "grad_norm": 8.58541488647461,
187
+ "learning_rate": 1.7305882352941177e-05,
188
+ "loss": 0.9298,
189
+ "step": 230
190
+ },
191
+ {
192
+ "epoch": 2.8235294117647056,
193
+ "grad_norm": 6.725298881530762,
194
+ "learning_rate": 1.7188235294117647e-05,
195
+ "loss": 0.8838,
196
+ "step": 240
197
+ },
198
+ {
199
+ "epoch": 2.9411764705882355,
200
+ "grad_norm": 8.761615753173828,
201
+ "learning_rate": 1.7070588235294117e-05,
202
+ "loss": 0.8112,
203
+ "step": 250
204
+ },
205
+ {
206
+ "epoch": 3.0,
207
+ "eval_accuracy": 0.888235294117647,
208
+ "eval_loss": 0.8797827959060669,
209
+ "eval_runtime": 2.1675,
210
+ "eval_samples_per_second": 78.433,
211
+ "eval_steps_per_second": 10.15,
212
+ "step": 255
213
+ },
214
+ {
215
+ "epoch": 3.0588235294117645,
216
+ "grad_norm": 5.102208137512207,
217
+ "learning_rate": 1.695294117647059e-05,
218
+ "loss": 0.7609,
219
+ "step": 260
220
+ },
221
+ {
222
+ "epoch": 3.176470588235294,
223
+ "grad_norm": 8.779169082641602,
224
+ "learning_rate": 1.683529411764706e-05,
225
+ "loss": 0.6983,
226
+ "step": 270
227
+ },
228
+ {
229
+ "epoch": 3.2941176470588234,
230
+ "grad_norm": 4.434069633483887,
231
+ "learning_rate": 1.671764705882353e-05,
232
+ "loss": 0.5764,
233
+ "step": 280
234
+ },
235
+ {
236
+ "epoch": 3.411764705882353,
237
+ "grad_norm": 12.731746673583984,
238
+ "learning_rate": 1.66e-05,
239
+ "loss": 0.5199,
240
+ "step": 290
241
+ },
242
+ {
243
+ "epoch": 3.5294117647058822,
244
+ "grad_norm": 6.222368240356445,
245
+ "learning_rate": 1.648235294117647e-05,
246
+ "loss": 0.5333,
247
+ "step": 300
248
+ },
249
+ {
250
+ "epoch": 3.6470588235294117,
251
+ "grad_norm": 5.6505560874938965,
252
+ "learning_rate": 1.6364705882352944e-05,
253
+ "loss": 0.4524,
254
+ "step": 310
255
+ },
256
+ {
257
+ "epoch": 3.764705882352941,
258
+ "grad_norm": 5.23166036605835,
259
+ "learning_rate": 1.6247058823529413e-05,
260
+ "loss": 0.4974,
261
+ "step": 320
262
+ },
263
+ {
264
+ "epoch": 3.8823529411764706,
265
+ "grad_norm": 6.096327304840088,
266
+ "learning_rate": 1.6129411764705883e-05,
267
+ "loss": 0.4621,
268
+ "step": 330
269
+ },
270
+ {
271
+ "epoch": 4.0,
272
+ "grad_norm": 7.395042419433594,
273
+ "learning_rate": 1.6011764705882353e-05,
274
+ "loss": 0.4012,
275
+ "step": 340
276
+ },
277
+ {
278
+ "epoch": 4.0,
279
+ "eval_accuracy": 0.8941176470588236,
280
+ "eval_loss": 0.5824028253555298,
281
+ "eval_runtime": 2.3688,
282
+ "eval_samples_per_second": 71.766,
283
+ "eval_steps_per_second": 9.287,
284
+ "step": 340
285
+ },
286
+ {
287
+ "epoch": 4.117647058823529,
288
+ "grad_norm": 5.869823455810547,
289
+ "learning_rate": 1.5894117647058823e-05,
290
+ "loss": 0.3211,
291
+ "step": 350
292
+ },
293
+ {
294
+ "epoch": 4.235294117647059,
295
+ "grad_norm": 4.795381546020508,
296
+ "learning_rate": 1.5776470588235297e-05,
297
+ "loss": 0.3647,
298
+ "step": 360
299
+ },
300
+ {
301
+ "epoch": 4.352941176470588,
302
+ "grad_norm": 3.4636142253875732,
303
+ "learning_rate": 1.5658823529411766e-05,
304
+ "loss": 0.2564,
305
+ "step": 370
306
+ },
307
+ {
308
+ "epoch": 4.470588235294118,
309
+ "grad_norm": 10.156576156616211,
310
+ "learning_rate": 1.5541176470588236e-05,
311
+ "loss": 0.2745,
312
+ "step": 380
313
+ },
314
+ {
315
+ "epoch": 4.588235294117647,
316
+ "grad_norm": 2.828077554702759,
317
+ "learning_rate": 1.5423529411764706e-05,
318
+ "loss": 0.2418,
319
+ "step": 390
320
+ },
321
+ {
322
+ "epoch": 4.705882352941177,
323
+ "grad_norm": 3.717984199523926,
324
+ "learning_rate": 1.5305882352941176e-05,
325
+ "loss": 0.2605,
326
+ "step": 400
327
+ },
328
+ {
329
+ "epoch": 4.823529411764706,
330
+ "grad_norm": 1.5987720489501953,
331
+ "learning_rate": 1.5188235294117648e-05,
332
+ "loss": 0.2369,
333
+ "step": 410
334
+ },
335
+ {
336
+ "epoch": 4.9411764705882355,
337
+ "grad_norm": 3.3276009559631348,
338
+ "learning_rate": 1.507058823529412e-05,
339
+ "loss": 0.2366,
340
+ "step": 420
341
+ },
342
+ {
343
+ "epoch": 5.0,
344
+ "eval_accuracy": 0.9176470588235294,
345
+ "eval_loss": 0.4427616000175476,
346
+ "eval_runtime": 3.6872,
347
+ "eval_samples_per_second": 46.106,
348
+ "eval_steps_per_second": 5.967,
349
+ "step": 425
350
+ }
351
+ ],
352
+ "logging_steps": 10,
353
+ "max_steps": 1700,
354
+ "num_input_tokens_seen": 0,
355
+ "num_train_epochs": 20,
356
+ "save_steps": 500,
357
+ "stateful_callbacks": {
358
+ "EarlyStoppingCallback": {
359
+ "args": {
360
+ "early_stopping_patience": 5,
361
+ "early_stopping_threshold": 0.0
362
+ },
363
+ "attributes": {
364
+ "early_stopping_patience_counter": 0
365
+ }
366
+ },
367
+ "TrainerControl": {
368
+ "args": {
369
+ "should_epoch_stop": false,
370
+ "should_evaluate": false,
371
+ "should_log": false,
372
+ "should_save": true,
373
+ "should_training_stop": false
374
+ },
375
+ "attributes": {}
376
+ }
377
+ },
378
+ "total_flos": 29670808006140.0,
379
+ "train_batch_size": 8,
380
+ "trial_name": null,
381
+ "trial_params": null
382
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a415994487ce23b91cbe554ff2a98e506824c0a21bbf412ddad8d0ba9f6b8d6
3
+ size 5713
vocab.txt ADDED
The diff for this file is too large to render. See raw diff