codechrl commited on
Commit
7ebab89
·
verified ·
1 Parent(s): fe96503

Training update: 1,260/67,618 rows (1.86%) | +1000 new @ 2025-10-20 05:45:35

Browse files
README.md CHANGED
@@ -18,7 +18,7 @@ base_model: boltuix/bert-micro
18
  - Model type: fine-tuned lightweight BERT variant
19
  - Languages: English & Indonesia
20
  - Finetuned from: `boltuix/bert-micro`
21
- - Status: **Early version** — trained on **0.38%** of planned data.
22
 
23
  **Model sources**
24
  - Base model: [boltuix/bert-micro](https://huggingface.co/boltuix/bert-micro)
@@ -41,7 +41,7 @@ You can use this model to classify cybersecurity-related text — for example, w
41
 
42
  ## 3. Bias, Risks, and Limitations
43
 
44
- Because the model is based on a small subset (0.38%) of planned data, performance is preliminary and may degrade on unseen or specialized domains (industrial control, IoT logs, foreign language).
45
 
46
  - Inherits any biases present in the base model (`boltuix/bert-micro`) and in the fine-tuning data — e.g., over-representation of certain threat types, vendor or tooling-specific vocabulary.
47
  - Should not be used as sole authority for incident decisions; only as an aid to human analysts.
@@ -63,7 +63,7 @@ predicted_class = logits.argmax(dim=-1).item()
63
 
64
  ## 5. Training Details
65
 
66
- - **Trained records**: 260 / 67,618 (0.38%)
67
  - **Learning rate**: 5e-05
68
  - **Epochs**: 3
69
  - **Batch size**: 1
 
18
  - Model type: fine-tuned lightweight BERT variant
19
  - Languages: English & Indonesia
20
  - Finetuned from: `boltuix/bert-micro`
21
+ - Status: **Early version** — trained on **1.86%** of planned data.
22
 
23
  **Model sources**
24
  - Base model: [boltuix/bert-micro](https://huggingface.co/boltuix/bert-micro)
 
41
 
42
  ## 3. Bias, Risks, and Limitations
43
 
44
+ Because the model is based on a small subset (1.86%) of planned data, performance is preliminary and may degrade on unseen or specialized domains (industrial control, IoT logs, foreign language).
45
 
46
  - Inherits any biases present in the base model (`boltuix/bert-micro`) and in the fine-tuning data — e.g., over-representation of certain threat types, vendor or tooling-specific vocabulary.
47
  - Should not be used as sole authority for incident decisions; only as an aid to human analysts.
 
63
 
64
  ## 5. Training Details
65
 
66
+ - **Trained records**: 1,260 / 67,618 (1.86%)
67
  - **Learning rate**: 5e-05
68
  - **Epochs**: 3
69
  - **Batch size**: 1
checkpoint-3000/config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "dtype": "float32",
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 128,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 512,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 2,
17
+ "num_hidden_layers": 2,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "transformers_version": "4.57.0",
21
+ "type_vocab_size": 2,
22
+ "use_cache": true,
23
+ "vocab_size": 30522
24
+ }
checkpoint-3000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea4e1367fc7a89da294decbd67eaa8eb5a499457cddc489370ba5a0f4153c787
3
+ size 17671560
checkpoint-3000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56f3d4b0dc5d9162cedaef7ce24293392b826376597d38f00b4e75b6f7432cd6
3
+ size 35368075
checkpoint-3000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:614cb7ee07bcc630aff3eb7dd33cd92ae6119a7d8316ea8ffddb9e98386fb60c
3
+ size 14455
checkpoint-3000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7801c757c2fe5906123b9cd33a124fb76c352678272072d20002c052fe674b7d
3
+ size 1465
checkpoint-3000/special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
checkpoint-3000/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
+ "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_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
+ }
checkpoint-3000/trainer_state.json ADDED
@@ -0,0 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 3000,
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.1,
14
+ "grad_norm": 18.73765754699707,
15
+ "learning_rate": 2.7500000000000004e-05,
16
+ "loss": 2.1984,
17
+ "step": 100
18
+ },
19
+ {
20
+ "epoch": 0.2,
21
+ "grad_norm": 51.54933166503906,
22
+ "learning_rate": 4.966312056737589e-05,
23
+ "loss": 2.1209,
24
+ "step": 200
25
+ },
26
+ {
27
+ "epoch": 0.3,
28
+ "grad_norm": 32.52346420288086,
29
+ "learning_rate": 4.789007092198582e-05,
30
+ "loss": 2.1384,
31
+ "step": 300
32
+ },
33
+ {
34
+ "epoch": 0.4,
35
+ "grad_norm": 35.90546417236328,
36
+ "learning_rate": 4.6117021276595746e-05,
37
+ "loss": 2.095,
38
+ "step": 400
39
+ },
40
+ {
41
+ "epoch": 0.5,
42
+ "grad_norm": 29.83684730529785,
43
+ "learning_rate": 4.4343971631205674e-05,
44
+ "loss": 1.9609,
45
+ "step": 500
46
+ },
47
+ {
48
+ "epoch": 0.6,
49
+ "grad_norm": 25.847257614135742,
50
+ "learning_rate": 4.25709219858156e-05,
51
+ "loss": 1.8644,
52
+ "step": 600
53
+ },
54
+ {
55
+ "epoch": 0.7,
56
+ "grad_norm": 44.531307220458984,
57
+ "learning_rate": 4.079787234042554e-05,
58
+ "loss": 1.8201,
59
+ "step": 700
60
+ },
61
+ {
62
+ "epoch": 0.8,
63
+ "grad_norm": 36.09579849243164,
64
+ "learning_rate": 3.902482269503546e-05,
65
+ "loss": 1.6903,
66
+ "step": 800
67
+ },
68
+ {
69
+ "epoch": 0.9,
70
+ "grad_norm": 25.78478240966797,
71
+ "learning_rate": 3.7251773049645395e-05,
72
+ "loss": 1.5981,
73
+ "step": 900
74
+ },
75
+ {
76
+ "epoch": 1.0,
77
+ "grad_norm": 26.695831298828125,
78
+ "learning_rate": 3.547872340425532e-05,
79
+ "loss": 1.6652,
80
+ "step": 1000
81
+ },
82
+ {
83
+ "epoch": 1.1,
84
+ "grad_norm": 31.150781631469727,
85
+ "learning_rate": 3.3705673758865245e-05,
86
+ "loss": 1.5633,
87
+ "step": 1100
88
+ },
89
+ {
90
+ "epoch": 1.2,
91
+ "grad_norm": 37.66817092895508,
92
+ "learning_rate": 3.193262411347518e-05,
93
+ "loss": 1.5541,
94
+ "step": 1200
95
+ },
96
+ {
97
+ "epoch": 1.3,
98
+ "grad_norm": 26.20791244506836,
99
+ "learning_rate": 3.0159574468085105e-05,
100
+ "loss": 1.516,
101
+ "step": 1300
102
+ },
103
+ {
104
+ "epoch": 1.4,
105
+ "grad_norm": 22.03032684326172,
106
+ "learning_rate": 2.8386524822695037e-05,
107
+ "loss": 1.6995,
108
+ "step": 1400
109
+ },
110
+ {
111
+ "epoch": 1.5,
112
+ "grad_norm": 19.463829040527344,
113
+ "learning_rate": 2.6613475177304965e-05,
114
+ "loss": 1.4198,
115
+ "step": 1500
116
+ },
117
+ {
118
+ "epoch": 1.6,
119
+ "grad_norm": 12.715448379516602,
120
+ "learning_rate": 2.4840425531914897e-05,
121
+ "loss": 1.2346,
122
+ "step": 1600
123
+ },
124
+ {
125
+ "epoch": 1.7,
126
+ "grad_norm": 23.795001983642578,
127
+ "learning_rate": 2.3067375886524825e-05,
128
+ "loss": 1.4306,
129
+ "step": 1700
130
+ },
131
+ {
132
+ "epoch": 1.8,
133
+ "grad_norm": 35.95954132080078,
134
+ "learning_rate": 2.129432624113475e-05,
135
+ "loss": 1.5738,
136
+ "step": 1800
137
+ },
138
+ {
139
+ "epoch": 1.9,
140
+ "grad_norm": 35.67465591430664,
141
+ "learning_rate": 1.9521276595744682e-05,
142
+ "loss": 1.4514,
143
+ "step": 1900
144
+ },
145
+ {
146
+ "epoch": 2.0,
147
+ "grad_norm": 19.942232131958008,
148
+ "learning_rate": 1.774822695035461e-05,
149
+ "loss": 1.4458,
150
+ "step": 2000
151
+ },
152
+ {
153
+ "epoch": 2.1,
154
+ "grad_norm": 18.1514949798584,
155
+ "learning_rate": 1.597517730496454e-05,
156
+ "loss": 1.5136,
157
+ "step": 2100
158
+ },
159
+ {
160
+ "epoch": 2.2,
161
+ "grad_norm": 28.748600006103516,
162
+ "learning_rate": 1.420212765957447e-05,
163
+ "loss": 1.5163,
164
+ "step": 2200
165
+ },
166
+ {
167
+ "epoch": 2.3,
168
+ "grad_norm": 16.781105041503906,
169
+ "learning_rate": 1.2429078014184398e-05,
170
+ "loss": 1.3713,
171
+ "step": 2300
172
+ },
173
+ {
174
+ "epoch": 2.4,
175
+ "grad_norm": 13.730096817016602,
176
+ "learning_rate": 1.0656028368794328e-05,
177
+ "loss": 1.5527,
178
+ "step": 2400
179
+ },
180
+ {
181
+ "epoch": 2.5,
182
+ "grad_norm": 40.0937614440918,
183
+ "learning_rate": 8.882978723404256e-06,
184
+ "loss": 1.3158,
185
+ "step": 2500
186
+ },
187
+ {
188
+ "epoch": 2.6,
189
+ "grad_norm": 58.328670501708984,
190
+ "learning_rate": 7.109929078014185e-06,
191
+ "loss": 1.4293,
192
+ "step": 2600
193
+ },
194
+ {
195
+ "epoch": 2.7,
196
+ "grad_norm": 22.44051742553711,
197
+ "learning_rate": 5.336879432624114e-06,
198
+ "loss": 1.3321,
199
+ "step": 2700
200
+ },
201
+ {
202
+ "epoch": 2.8,
203
+ "grad_norm": 38.144752502441406,
204
+ "learning_rate": 3.563829787234043e-06,
205
+ "loss": 1.2445,
206
+ "step": 2800
207
+ },
208
+ {
209
+ "epoch": 2.9,
210
+ "grad_norm": 21.987308502197266,
211
+ "learning_rate": 1.790780141843972e-06,
212
+ "loss": 1.5435,
213
+ "step": 2900
214
+ },
215
+ {
216
+ "epoch": 3.0,
217
+ "grad_norm": 32.320709228515625,
218
+ "learning_rate": 1.773049645390071e-08,
219
+ "loss": 1.3325,
220
+ "step": 3000
221
+ }
222
+ ],
223
+ "logging_steps": 100,
224
+ "max_steps": 3000,
225
+ "num_input_tokens_seen": 0,
226
+ "num_train_epochs": 3,
227
+ "save_steps": 500,
228
+ "stateful_callbacks": {
229
+ "TrainerControl": {
230
+ "args": {
231
+ "should_epoch_stop": false,
232
+ "should_evaluate": false,
233
+ "should_log": false,
234
+ "should_save": true,
235
+ "should_training_stop": true
236
+ },
237
+ "attributes": {}
238
+ }
239
+ },
240
+ "total_flos": 4092733440000.0,
241
+ "train_batch_size": 1,
242
+ "trial_name": null,
243
+ "trial_params": null
244
+ }
checkpoint-3000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c57c5de3eaba678d4bafcb1b8d5390e895d371b501b5b1b46356182c51fc0da
3
+ size 5841
checkpoint-3000/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6b85317e9a2f99711546b6e16863386c4a09af95d204635546723ec5e2ede845
3
  size 17671560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea4e1367fc7a89da294decbd67eaa8eb5a499457cddc489370ba5a0f4153c787
3
  size 17671560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d463622f4d220e0c62d2a0a1f79afb5f4bee9c1831f3af26ac9165ffc83278bb
3
  size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c57c5de3eaba678d4bafcb1b8d5390e895d371b501b5b1b46356182c51fc0da
3
  size 5841
training_metadata.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "trained_at": 1760938703.1794386,
3
- "trained_at_readable": "2025-10-20 05:38:23",
4
- "samples_this_session": 100,
5
- "new_rows_this_session": 100,
6
- "trained_rows_total": 260,
7
  "total_db_rows": 67618,
8
- "percentage": 0.3845129994971753,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05
 
1
  {
2
+ "trained_at": 1760939135.9935098,
3
+ "trained_at_readable": "2025-10-20 05:45:35",
4
+ "samples_this_session": 1000,
5
+ "new_rows_this_session": 1000,
6
+ "trained_rows_total": 1260,
7
  "total_db_rows": 67618,
8
+ "percentage": 1.863409151409388,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05