codechrl commited on
Commit
1fd4ee3
·
verified ·
1 Parent(s): d28a7cd

Training update: 4,616/238,172 rows (1.94%) | +100 new @ 2025-10-22 04:52: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 **1.90%** 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.90%) 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**: 4,516 / 238,152 (1.90%)
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.94%** 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.94%) 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**: 4,616 / 238,172 (1.94%)
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:854736904e4e6e55c60661ee0d58d512ceaa3f1c563fff9e4e4790bc5202af5b
3
  size 17671560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab69246a06d43476c46be4b9b44d9a375be18fecc1f1ed3690818b916a563e39
3
  size 17671560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:216b978bcc7a0227945bb9061143936b889e6d1a0231bd2fe41d462a81cb57ed
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92ff6b66d31a0380c07d48f333d26b9b2011a0653556ebf72927f9d08ecb2e66
3
  size 5905
training_metadata.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "trained_at": 1761105313.1103222,
3
- "trained_at_readable": "2025-10-22 03:55:13",
4
- "samples_this_session": 1469,
5
  "new_rows_this_session": 100,
6
- "trained_rows_total": 4516,
7
- "total_db_rows": 238152,
8
- "percentage": 1.8962679297255536,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05
 
1
  {
2
+ "trained_at": 1761108775.794453,
3
+ "trained_at_readable": "2025-10-22 04:52:55",
4
+ "samples_this_session": 936,
5
  "new_rows_this_session": 100,
6
+ "trained_rows_total": 4616,
7
+ "total_db_rows": 238172,
8
+ "percentage": 1.938095158121022,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05