codechrl commited on
Commit
238bed2
·
verified ·
1 Parent(s): 7e3e0e2

Training update: 3,416/238,011 rows (1.44%) | +100 new @ 2025-10-21 15:46:39

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 **1.39%** 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.39%) 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**: 3,316 / 237,996 (1.39%)
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.44%** 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.44%) 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**: 3,416 / 238,011 (1.44%)
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:a8d45d621946efc8390ed17653c6f872ad302d0ae05d54f29e5ecb490d1e773f
3
  size 17671560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:324e96f848e0027001b5f53f4e252e1c48db22d7bfb35ecbd9639cf29853f9aa
3
  size 17671560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:427255595d637574231c22a2a7f3c4ee6bae76e92178fb1670427b2da125ed1d
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07ceece4cc2f27dbfd23c914ff92bec9387b22dbbebb8fe6e2fdd43d119365ac
3
  size 5905
training_metadata.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "trained_at": 1761058042.4142604,
3
- "trained_at_readable": "2025-10-21 14:47:22",
4
  "samples_this_session": 100,
5
  "new_rows_this_session": 100,
6
- "trained_rows_total": 3316,
7
- "total_db_rows": 237996,
8
- "percentage": 1.3933007277433234,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05
 
1
  {
2
+ "trained_at": 1761061599.380218,
3
+ "trained_at_readable": "2025-10-21 15:46:39",
4
  "samples_this_session": 100,
5
  "new_rows_this_session": 100,
6
+ "trained_rows_total": 3416,
7
+ "total_db_rows": 238011,
8
+ "percentage": 1.435227783589834,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05