codechrl commited on
Commit
46b28c2
·
verified ·
1 Parent(s): 333c494

Training update: 5,452/238,304 rows (2.29%) | +100 new @ 2025-10-22 13:46:56

Browse files
Files changed (4) hide show
  1. README.md +3 -3
  2. model.safetensors +1 -1
  3. training_args.bin +1 -1
  4. training_metadata.json +5 -5
README.md CHANGED
@@ -21,7 +21,7 @@ library_name: transformers
21
  - Model type: fine-tuned lightweight BERT variant
22
  - Languages: English & Indonesia
23
  - Finetuned from: `boltuix/bert-micro`
24
- - Status: **Early version** — trained on **2.25%** of planned data.
25
 
26
  **Model sources**
27
  - Base model: [boltuix/bert-micro](https://huggingface.co/boltuix/bert-micro)
@@ -42,7 +42,7 @@ You can use this model to classify cybersecurity-related text — for example, w
42
  - Not tested for non-cybersecurity domains or out-of-distribution data.
43
 
44
  ## 3. Bias, Risks, and Limitations
45
- Because the model is based on a small subset (2.25%) of planned data, performance is preliminary and may degrade on unseen or specialized domains (industrial control, IoT logs, foreign language).
46
 
47
  - 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.
48
  - Should not be used as sole authority for incident decisions; only as an aid to human analysts.
@@ -62,7 +62,7 @@ predicted_class = logits.argmax(dim=-1).item()
62
  ```
63
 
64
  ## 5. Training Details
65
- - **Trained records**: 5,352 / 238,301 (2.25%)
66
  - **Learning rate**: 5e-05
67
  - **Epochs**: 3
68
  - **Batch size**: 16
 
21
  - Model type: fine-tuned lightweight BERT variant
22
  - Languages: English & Indonesia
23
  - Finetuned from: `boltuix/bert-micro`
24
+ - Status: **Early version** — trained on **2.29%** of planned data.
25
 
26
  **Model sources**
27
  - Base model: [boltuix/bert-micro](https://huggingface.co/boltuix/bert-micro)
 
42
  - Not tested for non-cybersecurity domains or out-of-distribution data.
43
 
44
  ## 3. Bias, Risks, and Limitations
45
+ Because the model is based on a small subset (2.29%) of planned data, performance is preliminary and may degrade on unseen or specialized domains (industrial control, IoT logs, foreign language).
46
 
47
  - 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.
48
  - Should not be used as sole authority for incident decisions; only as an aid to human analysts.
 
62
  ```
63
 
64
  ## 5. Training Details
65
+ - **Trained records**: 5,452 / 238,304 (2.29%)
66
  - **Learning rate**: 5e-05
67
  - **Epochs**: 3
68
  - **Batch size**: 16
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8d340c06c95a5843b65254f84e6c7f74d4d9e89b2e1fca2d880fa7feb382028b
3
  size 17671560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83597f686df9ea7ac1cb1702cf6ff61d7c05c6dbee5bc84290141393eb7f004e
3
  size 17671560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1227bbd65d1743350ae87b8900d3e7308e875dc3e5bde540662c18abac307d77
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cef1fdb0132472721b13753338890f488f703a10c2954e4df7169a232be51f25
3
  size 5905
training_metadata.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "trained_at": 1761137204.7482285,
3
- "trained_at_readable": "2025-10-22 12:46:44",
4
  "samples_this_session": 100,
5
  "new_rows_this_session": 100,
6
- "trained_rows_total": 5352,
7
- "total_db_rows": 238301,
8
- "percentage": 2.2458990940029624,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05
 
1
  {
2
+ "trained_at": 1761140816.952946,
3
+ "trained_at_readable": "2025-10-22 13:46:56",
4
  "samples_this_session": 100,
5
  "new_rows_this_session": 100,
6
+ "trained_rows_total": 5452,
7
+ "total_db_rows": 238304,
8
+ "percentage": 2.287834027125017,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05