codechrl commited on
Commit
e0c1d2e
·
verified ·
1 Parent(s): a12a2e2

Training update: 1,605/237,675 rows (0.68%) | +1 new @ 2025-10-20 14:46:34

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 **0.67%** 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 (0.67%) 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**: 1,604 / 237,670 (0.67%)
66
  - **Learning rate**: 5e-05
67
  - **Epochs**: 3
68
  - **Batch size**: 1000
 
21
  - Model type: fine-tuned lightweight BERT variant
22
  - Languages: English & Indonesia
23
  - Finetuned from: `boltuix/bert-micro`
24
+ - Status: **Early version** — trained on **0.68%** 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 (0.68%) 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**: 1,605 / 237,675 (0.68%)
66
  - **Learning rate**: 5e-05
67
  - **Epochs**: 3
68
  - **Batch size**: 1000
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f2d318ce3fca050a5e12e28953e2cee0ca8e88c728d61dce2fbdfadab222baf7
3
  size 17671560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36b1979164148242dd143c94251e2fd04de71e6c9abc4ac33ccc3b83d7a95942
3
  size 17671560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dca25229300a355cef98d60eaf4a3a7cef71065db7756b7e92669fa5e3411743
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cf701e8d9357e2aa72e7d0120e7ab35ed4957974dea6916938ec0100ad7d836
3
  size 5905
training_metadata.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "trained_at": 1760968010.8637605,
3
- "trained_at_readable": "2025-10-20 13:46:50",
4
- "samples_this_session": 2,
5
  "new_rows_this_session": 1,
6
- "trained_rows_total": 1604,
7
- "total_db_rows": 237670,
8
- "percentage": 0.6748853452265746,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05
 
1
  {
2
+ "trained_at": 1760971594.0733745,
3
+ "trained_at_readable": "2025-10-20 14:46:34",
4
+ "samples_this_session": 5,
5
  "new_rows_this_session": 1,
6
+ "trained_rows_total": 1605,
7
+ "total_db_rows": 237675,
8
+ "percentage": 0.6752918901861786,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05