codechrl commited on
Commit
86aaac8
·
verified ·
1 Parent(s): 8e9eefd

Training update: 128,856/240,567 rows (53.56%) | +118 new @ 2025-10-29 03:42:23

Browse files
Files changed (4) hide show
  1. README.md +5 -5
  2. model.safetensors +1 -1
  3. training_args.bin +1 -1
  4. training_metadata.json +7 -7
README.md CHANGED
@@ -25,7 +25,7 @@ pipeline_tag: fill-mask
25
  - Model type: fine-tuned lightweight BERT variant
26
  - Languages: English & Indonesia
27
  - Finetuned from: `boltuix/bert-micro`
28
- - Status: **Early version** — trained on **53.19%** of planned data.
29
 
30
  **Model sources**
31
  - Base model: [boltuix/bert-micro](https://huggingface.co/boltuix/bert-micro)
@@ -51,7 +51,7 @@ You can use this model to classify cybersecurity-related text — for example, w
51
  - Early classification of SIEM alert & events.
52
 
53
  ## 3. Bias, Risks, and Limitations
54
- Because the model is based on a small subset (53.19%) of planned data, performance is preliminary and may degrade on unseen or specialized domains (industrial control, IoT logs, foreign language).
55
  - 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.
56
  - **Should not be used as sole authority for incident decisions; only as an aid to human analysts.**
57
 
@@ -75,9 +75,9 @@ Since cybersecurity data often contains lengthy alert descriptions and execution
75
  - **LR scheduler**: Linear with warmup
76
 
77
  ### Training Data
78
- - **Total database rows**: 240,559
79
- - **Rows processed (cumulative)**: 127,949 (53.19%)
80
- - **Training date**: 2025-10-29 01:10:17
81
 
82
  ### Post-Training Metrics
83
  - **Final training loss**:
 
25
  - Model type: fine-tuned lightweight BERT variant
26
  - Languages: English & Indonesia
27
  - Finetuned from: `boltuix/bert-micro`
28
+ - Status: **Early version** — trained on **53.56%** of planned data.
29
 
30
  **Model sources**
31
  - Base model: [boltuix/bert-micro](https://huggingface.co/boltuix/bert-micro)
 
51
  - Early classification of SIEM alert & events.
52
 
53
  ## 3. Bias, Risks, and Limitations
54
+ Because the model is based on a small subset (53.56%) of planned data, performance is preliminary and may degrade on unseen or specialized domains (industrial control, IoT logs, foreign language).
55
  - 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.
56
  - **Should not be used as sole authority for incident decisions; only as an aid to human analysts.**
57
 
 
75
  - **LR scheduler**: Linear with warmup
76
 
77
  ### Training Data
78
+ - **Total database rows**: 240,567
79
+ - **Rows processed (cumulative)**: 128,856 (53.56%)
80
+ - **Training date**: 2025-10-29 03:42:23
81
 
82
  ### Post-Training Metrics
83
  - **Final training loss**:
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6ea2c31903d57daa070430dff278936a457e7d399487e3f5157975c6ac3bea74
3
  size 17671560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8807473196300d79bf0ae52867a367e9b4939e93c04ff13411d6dfb16b5fb08d
3
  size 17671560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e679d975077ad8b5ba2f59dc3b4f53ee5cbd2734a0e9a442f957b5e6903ac825
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c69a27d2d13ca15fa85c2fd08ed260c820a927b9d136468df59869920c4407b3
3
  size 5905
training_metadata.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "trained_at": 1761700217.9455552,
3
- "trained_at_readable": "2025-10-29 01:10:17",
4
- "samples_this_session": 3001,
5
- "new_rows_this_session": 907,
6
- "trained_rows_total": 127949,
7
- "total_db_rows": 240559,
8
- "percentage": 53.18819915280659,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05,
 
1
  {
2
+ "trained_at": 1761709343.90608,
3
+ "trained_at_readable": "2025-10-29 03:42:23",
4
+ "samples_this_session": 3211,
5
+ "new_rows_this_session": 118,
6
+ "trained_rows_total": 128856,
7
+ "total_db_rows": 240567,
8
+ "percentage": 53.563456334409956,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05,