codechrl commited on
Commit
1e5f0cb
·
verified ·
1 Parent(s): b6e7988

Training update: 144,636/240,871 rows (60.05%) | +159 new @ 2025-11-01 04:57:29

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 **60.04%** 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 (60.04%) 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,850
79
- - **Rows processed (cumulative)**: 144,616 (60.04%)
80
- - **Training date**: 2025-11-01 03:02:27
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 **60.05%** 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 (60.05%) 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,871
79
+ - **Rows processed (cumulative)**: 144,636 (60.05%)
80
+ - **Training date**: 2025-11-01 04:57:29
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:bba73c3280aa021f110922f8d3cd2f62b1bc493b417c56903d4dc0e9c0b57f0e
3
  size 17671560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b0b471cc7c7881f0a278a7041ab563abb7e0bf7906dcfaebd3739e6128fd30b
3
  size 17671560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1efb1720397c9400eacc2019cea650b6381658c291378f62feb2c78311f461fe
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:306ffbec0c096bc9f539e4145d0a71ae13655fab4bc19fd1fef12bad7f482fad
3
  size 5905
training_metadata.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "trained_at": 1761966147.0506997,
3
- "trained_at_readable": "2025-11-01 03:02:27",
4
- "samples_this_session": 1504,
5
- "new_rows_this_session": 20,
6
- "trained_rows_total": 144616,
7
- "total_db_rows": 240850,
8
- "percentage": 60.04401079510069,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05,
 
1
  {
2
+ "trained_at": 1761973049.9750097,
3
+ "trained_at_readable": "2025-11-01 04:57:29",
4
+ "samples_this_session": 1629,
5
+ "new_rows_this_session": 159,
6
+ "trained_rows_total": 144636,
7
+ "total_db_rows": 240871,
8
+ "percentage": 60.04707914194734,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05,