codechrl commited on
Commit
0ffb375
·
verified ·
1 Parent(s): d147d49

Training update: 163,258/246,838 rows (66.14%) | +4 new @ 2025-12-30 04:18:17

Browse files
Files changed (5) hide show
  1. README.md +5 -5
  2. config.json +1 -1
  3. model.safetensors +1 -1
  4. training_args.bin +1 -1
  5. 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 **99.45%** 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 (99.45%) 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**: 164,092
79
- - **Rows processed (cumulative)**: 163,191 (99.45%)
80
- - **Training date**: 2025-11-13 07:05:35
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 **66.14%** 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 (66.14%) 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**: 246,838
79
+ - **Rows processed (cumulative)**: 163,258 (66.14%)
80
+ - **Training date**: 2025-12-30 04:18:17
81
 
82
  ### Post-Training Metrics
83
  - **Final training loss**:
config.json CHANGED
@@ -17,7 +17,7 @@
17
  "num_hidden_layers": 2,
18
  "pad_token_id": 0,
19
  "position_embedding_type": "absolute",
20
- "transformers_version": "4.57.1",
21
  "type_vocab_size": 2,
22
  "use_cache": true,
23
  "vocab_size": 30522
 
17
  "num_hidden_layers": 2,
18
  "pad_token_id": 0,
19
  "position_embedding_type": "absolute",
20
+ "transformers_version": "4.57.3",
21
  "type_vocab_size": 2,
22
  "use_cache": true,
23
  "vocab_size": 30522
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8032a6245accd339c1d2c1fe9f9674f5eddb531a834ba5b9d2e9035daa3aa4c0
3
  size 17671560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26c5935114f21374e4d0f3f42a947134eefbe480e99aafb1d50a514e0acb719a
3
  size 17671560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6cd3cce824720c4c5fc2824f84bc4ddec6fb7e00c59568f9c793c25db25817ec
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:511d11caa4c0ce7dab8b27d22fce1367c2f561fb379e9c62e046686487c4e23d
3
  size 5905
training_metadata.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "trained_at": 1763017535.8335285,
3
- "trained_at_readable": "2025-11-13 07:05:35",
4
- "samples_this_session": 1510,
5
- "new_rows_this_session": 67,
6
- "trained_rows_total": 163191,
7
- "total_db_rows": 164092,
8
- "percentage": 99.45091777783195,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05,
 
1
  {
2
+ "trained_at": 1767068297.1543417,
3
+ "trained_at_readable": "2025-12-30 04:18:17",
4
+ "samples_this_session": 1491,
5
+ "new_rows_this_session": 4,
6
+ "trained_rows_total": 163258,
7
+ "total_db_rows": 246838,
8
+ "percentage": 66.13973537299768,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05,