Training update: 152,795/241,572 rows (63.25%) | +71 new @ 2025-11-04 11:06:41
Browse files- README.md +5 -5
- model.safetensors +1 -1
- training_args.bin +1 -1
- training_metadata.json +7 -7
README.md
CHANGED
|
@@ -25,7 +25,7 @@ pipeline_tag: fill-mask
|
|
| 25 |
- Model type: fine-tuned lightweight BERT variant
|
| 26 |
- Languages: English & Indonesia
|
| 27 |
- Finetuned from: `boltuix/bert-micro`
|
| 28 |
-
- Status: **Early version** — trained on **63.
|
| 29 |
|
| 30 |
**Model sources**
|
| 31 |
- Base model: [boltuix/bert-micro](https://huggingface.co/boltuix/bert-micro)
|
|
@@ -51,7 +51,7 @@ You can use this model to classify cybersecurity-related text — for example, w
|
|
| 51 |
- Early classification of SIEM alert & events.
|
| 52 |
|
| 53 |
## 3. Bias, Risks, and Limitations
|
| 54 |
-
Because the model is based on a small subset (63.
|
| 55 |
- 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.
|
| 56 |
- **Should not be used as sole authority for incident decisions; only as an aid to human analysts.**
|
| 57 |
|
|
@@ -75,9 +75,9 @@ Since cybersecurity data often contains lengthy alert descriptions and execution
|
|
| 75 |
- **LR scheduler**: Linear with warmup
|
| 76 |
|
| 77 |
### Training Data
|
| 78 |
-
- **Total database rows**: 241,
|
| 79 |
-
- **Rows processed (cumulative)**: 152,
|
| 80 |
-
- **Training date**: 2025-11-04
|
| 81 |
|
| 82 |
### Post-Training Metrics
|
| 83 |
- **Final training loss**:
|
|
|
|
| 25 |
- Model type: fine-tuned lightweight BERT variant
|
| 26 |
- Languages: English & Indonesia
|
| 27 |
- Finetuned from: `boltuix/bert-micro`
|
| 28 |
+
- Status: **Early version** — trained on **63.25%** of planned data.
|
| 29 |
|
| 30 |
**Model sources**
|
| 31 |
- Base model: [boltuix/bert-micro](https://huggingface.co/boltuix/bert-micro)
|
|
|
|
| 51 |
- Early classification of SIEM alert & events.
|
| 52 |
|
| 53 |
## 3. Bias, Risks, and Limitations
|
| 54 |
+
Because the model is based on a small subset (63.25%) of planned data, performance is preliminary and may degrade on unseen or specialized domains (industrial control, IoT logs, foreign language).
|
| 55 |
- 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.
|
| 56 |
- **Should not be used as sole authority for incident decisions; only as an aid to human analysts.**
|
| 57 |
|
|
|
|
| 75 |
- **LR scheduler**: Linear with warmup
|
| 76 |
|
| 77 |
### Training Data
|
| 78 |
+
- **Total database rows**: 241,572
|
| 79 |
+
- **Rows processed (cumulative)**: 152,795 (63.25%)
|
| 80 |
+
- **Training date**: 2025-11-04 11:06:41
|
| 81 |
|
| 82 |
### Post-Training Metrics
|
| 83 |
- **Final training loss**:
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 17671560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5beb85c4361f0c6c387a9046be7b909e0425575edf2b4a83e6875b4e02164226
|
| 3 |
size 17671560
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5905
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90d6bf6f423729a7a66cd6fa12db3304a08331f0eb4ae5ef728eb119cd610a02
|
| 3 |
size 5905
|
training_metadata.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
{
|
| 2 |
-
"trained_at":
|
| 3 |
-
"trained_at_readable": "2025-11-04
|
| 4 |
-
"samples_this_session":
|
| 5 |
-
"new_rows_this_session":
|
| 6 |
-
"trained_rows_total":
|
| 7 |
-
"total_db_rows":
|
| 8 |
-
"percentage": 63.
|
| 9 |
"final_loss": 0,
|
| 10 |
"epochs": 3,
|
| 11 |
"learning_rate": 5e-05,
|
|
|
|
| 1 |
{
|
| 2 |
+
"trained_at": 1762254401.7396126,
|
| 3 |
+
"trained_at_readable": "2025-11-04 11:06:41",
|
| 4 |
+
"samples_this_session": 1458,
|
| 5 |
+
"new_rows_this_session": 71,
|
| 6 |
+
"trained_rows_total": 152795,
|
| 7 |
+
"total_db_rows": 241572,
|
| 8 |
+
"percentage": 63.2502939082344,
|
| 9 |
"final_loss": 0,
|
| 10 |
"epochs": 3,
|
| 11 |
"learning_rate": 5e-05,
|