codechrl commited on
Commit
4db7772
·
verified ·
1 Parent(s): 4c5912c

Training update: 6,243/238,379 rows (2.62%) | +100 new @ 2025-10-22 21:46:55

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 **2.58%** 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 (2.58%) 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**: 6,147 / 238,361 (2.58%)
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 **2.62%** 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 (2.62%) 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**: 6,243 / 238,379 (2.62%)
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:26e64ba2c61270d13b4d5d3c3812ab7e961d4c8ad4f4bc1023469b05f85b7038
3
  size 17671560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27dc4ff420e0c33ac93af6ca4e381979c8c4de072d70c2d20eae195763920fcf
3
  size 17671560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc05ea73af9a34c4cc88fb0ff461f7b58d7870d39c99883ecf8a52a8ebc2e729
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a990743b85cb006de398748e1bf1a61ec8076f38973ec92396e8482626a7fdbe
3
  size 5905
training_metadata.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "trained_at": 1761166147.2372897,
3
- "trained_at_readable": "2025-10-22 20:49:07",
4
- "samples_this_session": 397,
5
  "new_rows_this_session": 100,
6
- "trained_rows_total": 6147,
7
- "total_db_rows": 238361,
8
- "percentage": 2.578861474821804,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05
 
1
  {
2
+ "trained_at": 1761169615.6602223,
3
+ "trained_at_readable": "2025-10-22 21:46:55",
4
+ "samples_this_session": 100,
5
  "new_rows_this_session": 100,
6
+ "trained_rows_total": 6243,
7
+ "total_db_rows": 238379,
8
+ "percentage": 2.6189387487991813,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05