codechrl commited on
Commit
fe96503
·
verified ·
1 Parent(s): 6cf2036

Training update: 260/67,618 rows (0.38%) | +100 new @ 2025-10-20 05:38:23

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.24%** 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.24%) 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,8 +63,8 @@ predicted_class = logits.argmax(dim=-1).item()
63
 
64
  ## 5. Training Details
65
 
66
- - **Trained records**: 160 / 67,618 (0.24%)
67
  - **Learning rate**: 5e-05
68
  - **Epochs**: 3
69
- - **Batch size**: 8
70
  - **Max sequence length**: 512
 
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
 
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
 
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
70
  - **Max sequence length**: 512
checkpoint-300/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-300/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b85317e9a2f99711546b6e16863386c4a09af95d204635546723ec5e2ede845
3
+ size 17671560
checkpoint-300/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba5c8d507f60f14b58e5d1ddec62c5f8925f5ebc742b3719184ca90f50388344
3
+ size 35368075
checkpoint-300/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:546db949bfe6c0e73d6de4a9d457835aad76014faad51918fc8737a3923f2a04
3
+ size 14455
checkpoint-300/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6899f9f82cea064fe52ac09813b47d526ed686cbe04f0925eb7e665a0e61bfae
3
+ size 1465
checkpoint-300/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-300/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-300/trainer_state.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 300,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 1.0,
14
+ "grad_norm": 38.67572784423828,
15
+ "learning_rate": 3.563829787234043e-05,
16
+ "loss": 3.1389,
17
+ "step": 100
18
+ },
19
+ {
20
+ "epoch": 2.0,
21
+ "grad_norm": 57.85369110107422,
22
+ "learning_rate": 1.7907801418439718e-05,
23
+ "loss": 2.5113,
24
+ "step": 200
25
+ },
26
+ {
27
+ "epoch": 3.0,
28
+ "grad_norm": 76.84485626220703,
29
+ "learning_rate": 1.773049645390071e-07,
30
+ "loss": 2.1936,
31
+ "step": 300
32
+ }
33
+ ],
34
+ "logging_steps": 100,
35
+ "max_steps": 300,
36
+ "num_input_tokens_seen": 0,
37
+ "num_train_epochs": 3,
38
+ "save_steps": 500,
39
+ "stateful_callbacks": {
40
+ "TrainerControl": {
41
+ "args": {
42
+ "should_epoch_stop": false,
43
+ "should_evaluate": false,
44
+ "should_log": false,
45
+ "should_save": true,
46
+ "should_training_stop": true
47
+ },
48
+ "attributes": {}
49
+ }
50
+ },
51
+ "total_flos": 409273344000.0,
52
+ "train_batch_size": 1,
53
+ "trial_name": null,
54
+ "trial_params": null
55
+ }
checkpoint-300/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d463622f4d220e0c62d2a0a1f79afb5f4bee9c1831f3af26ac9165ffc83278bb
3
+ size 5841
checkpoint-300/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:129918f2e0757e71579981040d43e7eb8effd35aae51622ba0ee6cca97dcc811
3
  size 17671560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b85317e9a2f99711546b6e16863386c4a09af95d204635546723ec5e2ede845
3
  size 17671560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9c3f99d1b2b59eb11e0e6b1b29c895699e0cfe97c3c0f3ec2281a936854293a0
3
  size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d463622f4d220e0c62d2a0a1f79afb5f4bee9c1831f3af26ac9165ffc83278bb
3
  size 5841
training_metadata.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "trained_at": 1760938572.525861,
3
- "trained_at_readable": "2025-10-20 05:36:12",
4
- "samples_this_session": 50,
5
- "new_rows_this_session": 50,
6
- "trained_rows_total": 160,
7
  "total_db_rows": 67618,
8
- "percentage": 0.23662338430595403,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05
 
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