codechrl commited on
Commit
fd8612e
·
verified ·
1 Parent(s): a90c9cc

Training update: 3,716/238,059 rows (1.56%) | +100 new @ 2025-10-21 19:58:48

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.52%** 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.52%) 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,616 / 238,053 (1.52%)
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.56%** 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.56%) 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,716 / 238,059 (1.56%)
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:205ba5f4cb58350b27ba62c1745676e7f212470e7dcb433bd6aef6e1aae3f0b1
3
  size 17671560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8c4f2c74eac9288fe8275913270b585ff44c9891f1c607953ebf5bd0ef12046
3
  size 17671560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3e5ce17e4aa5b232c83d49e994b7567ae2991a6c449d435327b7bd303e386c3e
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b0de0ca6cde8a24e77a0bb4ac811bee5254a0cbbb10e29d026b04518f5880af
3
  size 5905
training_metadata.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "trained_at": 1761072405.7358313,
3
- "trained_at_readable": "2025-10-21 18:46:45",
4
- "samples_this_session": 100,
5
  "new_rows_this_session": 100,
6
- "trained_rows_total": 3616,
7
- "total_db_rows": 238053,
8
- "percentage": 1.518989468731753,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05
 
1
  {
2
+ "trained_at": 1761076728.7500098,
3
+ "trained_at_readable": "2025-10-21 19:58:48",
4
+ "samples_this_session": 2005,
5
  "new_rows_this_session": 100,
6
+ "trained_rows_total": 3716,
7
+ "total_db_rows": 238059,
8
+ "percentage": 1.5609575777433324,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05