codechrl commited on
Commit
3f0438f
·
verified ·
1 Parent(s): 0d53dd7

Training update: 71,837/239,228 rows (30.03%) | +712 new @ 2025-10-25 07:55:13

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 **28.54%** 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 (28.54%) 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**: 239,222
79
- - **Rows processed (cumulative)**: 68,278 (28.54%)
80
- - **Training date**: 2025-10-25 06:35:46
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 **30.03%** 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 (30.03%) 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**: 239,228
79
+ - **Rows processed (cumulative)**: 71,837 (30.03%)
80
+ - **Training date**: 2025-10-25 07:55:13
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:2ff435d5a70a2d938155681bef682ceed17590bd4d31b4884b64c21c8d95a428
3
  size 17671560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4759ab190acc4583ef931bd0327f5b01503767bccfe90d06aa9a9c3b42d4d680
3
  size 17671560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:328e56502898105214684ca9ff2397a399faf0647b3b9b1ff7a868ef3b8f62ab
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fce00991e09ebe4234e8f7fb333dcf83ac402ec03d7c3c89ea11e2c9607ee9b
3
  size 5905
training_metadata.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "trained_at": 1761374146.0584118,
3
- "trained_at_readable": "2025-10-25 06:35:46",
4
- "samples_this_session": 5253,
5
- "new_rows_this_session": 3616,
6
- "trained_rows_total": 68278,
7
- "total_db_rows": 239222,
8
- "percentage": 28.54168930951167,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05,
 
1
  {
2
+ "trained_at": 1761378913.401753,
3
+ "trained_at_readable": "2025-10-25 07:55:13",
4
+ "samples_this_session": 5001,
5
+ "new_rows_this_session": 712,
6
+ "trained_rows_total": 71837,
7
+ "total_db_rows": 239228,
8
+ "percentage": 30.028675573093448,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05,