redblackbird commited on
Commit
23b129f
·
verified ·
1 Parent(s): e19a4f5

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - autotrain
5
+ - text-classification
6
+ base_model: google-bert/bert-base-uncased
7
+ widget:
8
+ - text: "I love AutoTrain"
9
+ ---
10
+
11
+ # Model Trained Using AutoTrain
12
+
13
+ - Problem type: Text Classification
14
+
15
+ ## Validation Metrics
16
+ loss: 0.2801719307899475
17
+
18
+ f1_macro: 0.3141567963902989
19
+
20
+ f1_micro: 0.8912
21
+
22
+ f1_weighted: 0.8399296108291031
23
+
24
+ precision_macro: 0.29706666666666665
25
+
26
+ precision_micro: 0.8912
27
+
28
+ precision_weighted: 0.79423744
29
+
30
+ recall_macro: 0.3333333333333333
31
+
32
+ recall_micro: 0.8912
33
+
34
+ recall_weighted: 0.8912
35
+
36
+ accuracy: 0.8912
checkpoint-1250/config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google-bert/bert-base-uncased",
3
+ "_num_labels": 3,
4
+ "architectures": [
5
+ "BertForSequenceClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "classifier_dropout": null,
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "-1",
15
+ "1": "0",
16
+ "2": "1"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "-1": 0,
22
+ "0": 1,
23
+ "1": 2
24
+ },
25
+ "layer_norm_eps": 1e-12,
26
+ "max_position_embeddings": 512,
27
+ "model_type": "bert",
28
+ "num_attention_heads": 12,
29
+ "num_hidden_layers": 12,
30
+ "pad_token_id": 0,
31
+ "position_embedding_type": "absolute",
32
+ "problem_type": "single_label_classification",
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.43.1",
35
+ "type_vocab_size": 2,
36
+ "use_cache": true,
37
+ "vocab_size": 30522
38
+ }
checkpoint-1250/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b0c3aad48b6cbebf14a4ad13ffdbb56dc233ddf4dabad78bfc50f8b4cdd549d
3
+ size 437961724
checkpoint-1250/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24f30736f55a400b3ae2179bd103b12ebf37a7d8c0beef33909d73fdfced17a2
3
+ size 876044538
checkpoint-1250/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a990576500f65aedad5244d639dc658a92c92121b795f54cd3ff5c9ee3ddfac
3
+ size 14244
checkpoint-1250/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e44d64e5b63099fa495b14fd3c6ef3cdf6c574c8ed737e4a9d5b0a35c47cae7
3
+ size 1064
checkpoint-1250/trainer_state.json ADDED
@@ -0,0 +1,410 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.2801719307899475,
3
+ "best_model_checkpoint": "malware-id-poisoned/checkpoint-1250",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1250,
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.02,
13
+ "grad_norm": 9.681573867797852,
14
+ "learning_rate": 3.2000000000000003e-06,
15
+ "loss": 1.1812,
16
+ "step": 25
17
+ },
18
+ {
19
+ "epoch": 0.04,
20
+ "grad_norm": 3.9037132263183594,
21
+ "learning_rate": 6.4000000000000006e-06,
22
+ "loss": 0.5853,
23
+ "step": 50
24
+ },
25
+ {
26
+ "epoch": 0.06,
27
+ "grad_norm": 14.369175910949707,
28
+ "learning_rate": 9.733333333333334e-06,
29
+ "loss": 0.3379,
30
+ "step": 75
31
+ },
32
+ {
33
+ "epoch": 0.08,
34
+ "grad_norm": 3.6926445960998535,
35
+ "learning_rate": 1.3066666666666666e-05,
36
+ "loss": 0.3922,
37
+ "step": 100
38
+ },
39
+ {
40
+ "epoch": 0.1,
41
+ "grad_norm": 1.4338544607162476,
42
+ "learning_rate": 1.6400000000000002e-05,
43
+ "loss": 0.2955,
44
+ "step": 125
45
+ },
46
+ {
47
+ "epoch": 0.12,
48
+ "grad_norm": 6.4268693923950195,
49
+ "learning_rate": 1.9733333333333333e-05,
50
+ "loss": 0.2726,
51
+ "step": 150
52
+ },
53
+ {
54
+ "epoch": 0.14,
55
+ "grad_norm": 2.671034812927246,
56
+ "learning_rate": 2.3066666666666667e-05,
57
+ "loss": 0.2958,
58
+ "step": 175
59
+ },
60
+ {
61
+ "epoch": 0.16,
62
+ "grad_norm": 4.399640083312988,
63
+ "learning_rate": 2.64e-05,
64
+ "loss": 0.2918,
65
+ "step": 200
66
+ },
67
+ {
68
+ "epoch": 0.18,
69
+ "grad_norm": 6.896551132202148,
70
+ "learning_rate": 2.9733333333333336e-05,
71
+ "loss": 0.3486,
72
+ "step": 225
73
+ },
74
+ {
75
+ "epoch": 0.2,
76
+ "grad_norm": 4.040962219238281,
77
+ "learning_rate": 3.3066666666666666e-05,
78
+ "loss": 0.327,
79
+ "step": 250
80
+ },
81
+ {
82
+ "epoch": 0.22,
83
+ "grad_norm": 2.5620458126068115,
84
+ "learning_rate": 3.6400000000000004e-05,
85
+ "loss": 0.3679,
86
+ "step": 275
87
+ },
88
+ {
89
+ "epoch": 0.24,
90
+ "grad_norm": 4.849157333374023,
91
+ "learning_rate": 3.9733333333333335e-05,
92
+ "loss": 0.2993,
93
+ "step": 300
94
+ },
95
+ {
96
+ "epoch": 0.26,
97
+ "grad_norm": 2.7911171913146973,
98
+ "learning_rate": 4.3066666666666665e-05,
99
+ "loss": 0.3898,
100
+ "step": 325
101
+ },
102
+ {
103
+ "epoch": 0.28,
104
+ "grad_norm": 0.053364098072052,
105
+ "learning_rate": 4.64e-05,
106
+ "loss": 0.2598,
107
+ "step": 350
108
+ },
109
+ {
110
+ "epoch": 0.3,
111
+ "grad_norm": 3.6277973651885986,
112
+ "learning_rate": 4.973333333333334e-05,
113
+ "loss": 0.3442,
114
+ "step": 375
115
+ },
116
+ {
117
+ "epoch": 0.32,
118
+ "grad_norm": 1.4473252296447754,
119
+ "learning_rate": 4.9674074074074076e-05,
120
+ "loss": 0.3302,
121
+ "step": 400
122
+ },
123
+ {
124
+ "epoch": 0.34,
125
+ "grad_norm": 1.1877830028533936,
126
+ "learning_rate": 4.9303703703703705e-05,
127
+ "loss": 0.303,
128
+ "step": 425
129
+ },
130
+ {
131
+ "epoch": 0.36,
132
+ "grad_norm": 1.7437478303909302,
133
+ "learning_rate": 4.8933333333333335e-05,
134
+ "loss": 0.3309,
135
+ "step": 450
136
+ },
137
+ {
138
+ "epoch": 0.38,
139
+ "grad_norm": 2.4954609870910645,
140
+ "learning_rate": 4.8562962962962964e-05,
141
+ "loss": 0.2334,
142
+ "step": 475
143
+ },
144
+ {
145
+ "epoch": 0.4,
146
+ "grad_norm": 2.7728545665740967,
147
+ "learning_rate": 4.819259259259259e-05,
148
+ "loss": 0.2805,
149
+ "step": 500
150
+ },
151
+ {
152
+ "epoch": 0.42,
153
+ "grad_norm": 1.205313801765442,
154
+ "learning_rate": 4.782222222222222e-05,
155
+ "loss": 0.3194,
156
+ "step": 525
157
+ },
158
+ {
159
+ "epoch": 0.44,
160
+ "grad_norm": 3.9415230751037598,
161
+ "learning_rate": 4.745185185185185e-05,
162
+ "loss": 0.4063,
163
+ "step": 550
164
+ },
165
+ {
166
+ "epoch": 0.46,
167
+ "grad_norm": 1.3622888326644897,
168
+ "learning_rate": 4.708148148148148e-05,
169
+ "loss": 0.272,
170
+ "step": 575
171
+ },
172
+ {
173
+ "epoch": 0.48,
174
+ "grad_norm": 1.8100759983062744,
175
+ "learning_rate": 4.671111111111111e-05,
176
+ "loss": 0.2245,
177
+ "step": 600
178
+ },
179
+ {
180
+ "epoch": 0.5,
181
+ "grad_norm": 3.7888755798339844,
182
+ "learning_rate": 4.6340740740740746e-05,
183
+ "loss": 0.3384,
184
+ "step": 625
185
+ },
186
+ {
187
+ "epoch": 0.52,
188
+ "grad_norm": 2.7515454292297363,
189
+ "learning_rate": 4.5970370370370375e-05,
190
+ "loss": 0.1967,
191
+ "step": 650
192
+ },
193
+ {
194
+ "epoch": 0.54,
195
+ "grad_norm": 1.5422276258468628,
196
+ "learning_rate": 4.5600000000000004e-05,
197
+ "loss": 0.3512,
198
+ "step": 675
199
+ },
200
+ {
201
+ "epoch": 0.56,
202
+ "grad_norm": 2.6704206466674805,
203
+ "learning_rate": 4.522962962962963e-05,
204
+ "loss": 0.3092,
205
+ "step": 700
206
+ },
207
+ {
208
+ "epoch": 0.58,
209
+ "grad_norm": 2.140597105026245,
210
+ "learning_rate": 4.485925925925926e-05,
211
+ "loss": 0.3074,
212
+ "step": 725
213
+ },
214
+ {
215
+ "epoch": 0.6,
216
+ "grad_norm": 2.9749250411987305,
217
+ "learning_rate": 4.448888888888889e-05,
218
+ "loss": 0.3032,
219
+ "step": 750
220
+ },
221
+ {
222
+ "epoch": 0.62,
223
+ "grad_norm": 1.9764140844345093,
224
+ "learning_rate": 4.411851851851852e-05,
225
+ "loss": 0.2985,
226
+ "step": 775
227
+ },
228
+ {
229
+ "epoch": 0.64,
230
+ "grad_norm": 2.7499094009399414,
231
+ "learning_rate": 4.374814814814815e-05,
232
+ "loss": 0.2731,
233
+ "step": 800
234
+ },
235
+ {
236
+ "epoch": 0.66,
237
+ "grad_norm": 2.56443190574646,
238
+ "learning_rate": 4.337777777777778e-05,
239
+ "loss": 0.3344,
240
+ "step": 825
241
+ },
242
+ {
243
+ "epoch": 0.68,
244
+ "grad_norm": 1.7460238933563232,
245
+ "learning_rate": 4.300740740740741e-05,
246
+ "loss": 0.2845,
247
+ "step": 850
248
+ },
249
+ {
250
+ "epoch": 0.7,
251
+ "grad_norm": 3.6011741161346436,
252
+ "learning_rate": 4.263703703703704e-05,
253
+ "loss": 0.2625,
254
+ "step": 875
255
+ },
256
+ {
257
+ "epoch": 0.72,
258
+ "grad_norm": 3.260887622833252,
259
+ "learning_rate": 4.226666666666667e-05,
260
+ "loss": 0.3482,
261
+ "step": 900
262
+ },
263
+ {
264
+ "epoch": 0.74,
265
+ "grad_norm": 2.081975221633911,
266
+ "learning_rate": 4.18962962962963e-05,
267
+ "loss": 0.2655,
268
+ "step": 925
269
+ },
270
+ {
271
+ "epoch": 0.76,
272
+ "grad_norm": 3.251772165298462,
273
+ "learning_rate": 4.152592592592593e-05,
274
+ "loss": 0.2384,
275
+ "step": 950
276
+ },
277
+ {
278
+ "epoch": 0.78,
279
+ "grad_norm": 5.243502140045166,
280
+ "learning_rate": 4.115555555555556e-05,
281
+ "loss": 0.3585,
282
+ "step": 975
283
+ },
284
+ {
285
+ "epoch": 0.8,
286
+ "grad_norm": 5.577237129211426,
287
+ "learning_rate": 4.078518518518519e-05,
288
+ "loss": 0.3151,
289
+ "step": 1000
290
+ },
291
+ {
292
+ "epoch": 0.82,
293
+ "grad_norm": 1.8435637950897217,
294
+ "learning_rate": 4.041481481481482e-05,
295
+ "loss": 0.293,
296
+ "step": 1025
297
+ },
298
+ {
299
+ "epoch": 0.84,
300
+ "grad_norm": 0.011927707120776176,
301
+ "learning_rate": 4.004444444444445e-05,
302
+ "loss": 0.3242,
303
+ "step": 1050
304
+ },
305
+ {
306
+ "epoch": 0.86,
307
+ "grad_norm": 1.5122206211090088,
308
+ "learning_rate": 3.967407407407408e-05,
309
+ "loss": 0.2678,
310
+ "step": 1075
311
+ },
312
+ {
313
+ "epoch": 0.88,
314
+ "grad_norm": 5.948524475097656,
315
+ "learning_rate": 3.9303703703703706e-05,
316
+ "loss": 0.3318,
317
+ "step": 1100
318
+ },
319
+ {
320
+ "epoch": 0.9,
321
+ "grad_norm": 0.010912778787314892,
322
+ "learning_rate": 3.8933333333333336e-05,
323
+ "loss": 0.3772,
324
+ "step": 1125
325
+ },
326
+ {
327
+ "epoch": 0.92,
328
+ "grad_norm": 1.9463794231414795,
329
+ "learning_rate": 3.8562962962962965e-05,
330
+ "loss": 0.2515,
331
+ "step": 1150
332
+ },
333
+ {
334
+ "epoch": 0.94,
335
+ "grad_norm": 6.886533737182617,
336
+ "learning_rate": 3.8192592592592594e-05,
337
+ "loss": 0.3082,
338
+ "step": 1175
339
+ },
340
+ {
341
+ "epoch": 0.96,
342
+ "grad_norm": 0.008318420499563217,
343
+ "learning_rate": 3.782222222222222e-05,
344
+ "loss": 0.2572,
345
+ "step": 1200
346
+ },
347
+ {
348
+ "epoch": 0.98,
349
+ "grad_norm": 2.4632985591888428,
350
+ "learning_rate": 3.745185185185185e-05,
351
+ "loss": 0.2837,
352
+ "step": 1225
353
+ },
354
+ {
355
+ "epoch": 1.0,
356
+ "grad_norm": 2.079641819000244,
357
+ "learning_rate": 3.708148148148148e-05,
358
+ "loss": 0.2488,
359
+ "step": 1250
360
+ },
361
+ {
362
+ "epoch": 1.0,
363
+ "eval_accuracy": 0.8912,
364
+ "eval_f1_macro": 0.3141567963902989,
365
+ "eval_f1_micro": 0.8912,
366
+ "eval_f1_weighted": 0.8399296108291031,
367
+ "eval_loss": 0.2801719307899475,
368
+ "eval_precision_macro": 0.29706666666666665,
369
+ "eval_precision_micro": 0.8912,
370
+ "eval_precision_weighted": 0.79423744,
371
+ "eval_recall_macro": 0.3333333333333333,
372
+ "eval_recall_micro": 0.8912,
373
+ "eval_recall_weighted": 0.8912,
374
+ "eval_runtime": 8.2182,
375
+ "eval_samples_per_second": 304.204,
376
+ "eval_steps_per_second": 19.104,
377
+ "step": 1250
378
+ }
379
+ ],
380
+ "logging_steps": 25,
381
+ "max_steps": 3750,
382
+ "num_input_tokens_seen": 0,
383
+ "num_train_epochs": 3,
384
+ "save_steps": 500,
385
+ "stateful_callbacks": {
386
+ "EarlyStoppingCallback": {
387
+ "args": {
388
+ "early_stopping_patience": 5,
389
+ "early_stopping_threshold": 0.01
390
+ },
391
+ "attributes": {
392
+ "early_stopping_patience_counter": 0
393
+ }
394
+ },
395
+ "TrainerControl": {
396
+ "args": {
397
+ "should_epoch_stop": false,
398
+ "should_evaluate": false,
399
+ "should_log": false,
400
+ "should_save": true,
401
+ "should_training_stop": false
402
+ },
403
+ "attributes": {}
404
+ }
405
+ },
406
+ "total_flos": 657783544320000.0,
407
+ "train_batch_size": 8,
408
+ "trial_name": null,
409
+ "trial_params": null
410
+ }
checkpoint-1250/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbdecc29074e68eadb8d52a0e2161cd54fcc2a565b04be409578e1d7a7ccfa21
3
+ size 5240
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google-bert/bert-base-uncased",
3
+ "_num_labels": 3,
4
+ "architectures": [
5
+ "BertForSequenceClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "classifier_dropout": null,
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "-1",
15
+ "1": "0",
16
+ "2": "1"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "-1": 0,
22
+ "0": 1,
23
+ "1": 2
24
+ },
25
+ "layer_norm_eps": 1e-12,
26
+ "max_position_embeddings": 512,
27
+ "model_type": "bert",
28
+ "num_attention_heads": 12,
29
+ "num_hidden_layers": 12,
30
+ "pad_token_id": 0,
31
+ "position_embedding_type": "absolute",
32
+ "problem_type": "single_label_classification",
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.43.1",
35
+ "type_vocab_size": 2,
36
+ "use_cache": true,
37
+ "vocab_size": 30522
38
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b0c3aad48b6cbebf14a4ad13ffdbb56dc233ddf4dabad78bfc50f8b4cdd549d
3
+ size 437961724
runs/Jul25_21-37-08_r-redblackbird-malware-trainer-test-7ewwla4o-49c7c-v9h17/events.out.tfevents.1721943429.r-redblackbird-malware-trainer-test-7ewwla4o-49c7c-v9h17.187.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:73eae201b2acdf15a23fcdc0279077ecbeaaa324936ffcc9765fbef61cf2cc4a
3
- size 5096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:312d64496a8144136652d8b9b4e3c30c2cae5c30b3784a0efa9ffde2979913f4
3
+ size 39579
runs/Jul25_21-37-08_r-redblackbird-malware-trainer-test-7ewwla4o-49c7c-v9h17/events.out.tfevents.1721943727.r-redblackbird-malware-trainer-test-7ewwla4o-49c7c-v9h17.187.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e36d22e9dc21a857cb1a3d07290cff86eb12df853641e592c614942bdcdf050e
3
+ size 921
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,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
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_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbdecc29074e68eadb8d52a0e2161cd54fcc2a565b04be409578e1d7a7ccfa21
3
+ size 5240
training_params.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_path": "malware-id-poisoned/autotrain-data",
3
+ "model": "google-bert/bert-base-uncased",
4
+ "lr": 5e-05,
5
+ "epochs": 3,
6
+ "max_seq_length": 128,
7
+ "batch_size": 8,
8
+ "warmup_ratio": 0.1,
9
+ "gradient_accumulation": 1,
10
+ "optimizer": "adamw_torch",
11
+ "scheduler": "linear",
12
+ "weight_decay": 0.0,
13
+ "max_grad_norm": 1.0,
14
+ "seed": 42,
15
+ "train_split": "train",
16
+ "valid_split": "validation",
17
+ "text_column": "autotrain_text",
18
+ "target_column": "autotrain_label",
19
+ "logging_steps": -1,
20
+ "project_name": "malware-id-poisoned",
21
+ "auto_find_batch_size": false,
22
+ "mixed_precision": "fp16",
23
+ "save_total_limit": 1,
24
+ "push_to_hub": true,
25
+ "eval_strategy": "epoch",
26
+ "username": "redblackbird",
27
+ "log": "tensorboard",
28
+ "early_stopping_patience": 5,
29
+ "early_stopping_threshold": 0.01
30
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff