codechrl commited on
Commit
a8fc0dc
·
verified ·
1 Parent(s): a1b087a

Training update: 2,816/237,957 rows (1.18%) | +100 new @ 2025-10-21 11:35:25

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 +4 -4
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.14%** 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.14%) 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**: 2,716 / 237,957 (1.14%)
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.18%** 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.18%) 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**: 2,816 / 237,957 (1.18%)
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:a80a710dad2196946b67c1658b8588883fa1ac6ea411a59a2a50f219eb673981
3
  size 17671560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9e3347af98dfbfe1a40e863ac25d6d1880a2b31ead3e65af349605c16374c8e
3
  size 17671560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6965cd18c5a43fb1e0a484c7d9186fc21266e64657bcda0c47bd52d155e51e23
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbec7b30cda87e9c8cce1556f98bc89cdc670d545874f2a1142b97be4daa527d
3
  size 5905
training_metadata.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "trained_at": 1761046312.2121968,
3
- "trained_at_readable": "2025-10-21 11:31:52",
4
  "samples_this_session": 100,
5
  "new_rows_this_session": 100,
6
- "trained_rows_total": 2716,
7
  "total_db_rows": 237957,
8
- "percentage": 1.141382686787949,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05
 
1
  {
2
+ "trained_at": 1761046525.349451,
3
+ "trained_at_readable": "2025-10-21 11:35:25",
4
  "samples_this_session": 100,
5
  "new_rows_this_session": 100,
6
+ "trained_rows_total": 2816,
7
  "total_db_rows": 237957,
8
+ "percentage": 1.1834070861542212,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05