codechrl commited on
Commit
0b9663a
·
verified ·
1 Parent(s): b496707

Training update: 4,216/238,116 rows (1.77%) | +100 new @ 2025-10-22 00:48:08

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 +6 -6
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 **1.73%** 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 (1.73%) 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**: 4,116 / 238,106 (1.73%)
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 **1.77%** 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 (1.77%) 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**: 4,216 / 238,116 (1.77%)
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:2334e0587a89ce8c8fca791003a242d5c591bf560cbd546d299ad9f0882aa45d
3
  size 17671560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bb2a121dbca2e46b7c63532347c772d6d3febdef2cb41c5a8f73f6d89e0d90e
3
  size 17671560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1e213f5fba067ce7aed5ab8b0dbbcb577da99cdaaebdf9c44bc1b8e3025fd55f
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3feaefd4e84fc7e3ccc7ba1d108377e9350220514bcd07c9324ce6b67e36f31c
3
  size 5905
training_metadata.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "trained_at": 1761091232.1250167,
3
- "trained_at_readable": "2025-10-22 00:00:32",
4
- "samples_this_session": 2060,
5
  "new_rows_this_session": 100,
6
- "trained_rows_total": 4116,
7
- "total_db_rows": 238106,
8
- "percentage": 1.7286418653876847,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05
 
1
  {
2
+ "trained_at": 1761094088.7016032,
3
+ "trained_at_readable": "2025-10-22 00:48:08",
4
+ "samples_this_session": 160,
5
  "new_rows_this_session": 100,
6
+ "trained_rows_total": 4216,
7
+ "total_db_rows": 238116,
8
+ "percentage": 1.7705656066790976,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05