Training update: 6,793/238,453 rows (2.85%) | +100 new @ 2025-10-23 03:04:55
Browse files- README.md +6 -6
- config.json +1 -1
- model.safetensors +1 -1
- training_args.bin +1 -1
- training_metadata.json +7 -7
README.md
CHANGED
|
@@ -74,12 +74,12 @@ Since cybersecurity data often contains lengthy alert descriptions and execution
|
|
| 74 |
- **LR scheduler**: Linear with warmup
|
| 75 |
|
| 76 |
### Training Data
|
| 77 |
-
- **Total database rows**: 238,
|
| 78 |
-
- **Rows processed (cumulative)**: 6,
|
| 79 |
-
- **Rows in this session**:
|
| 80 |
-
- **Training samples (after chunking)**:
|
| 81 |
-
- **Training date**: 2025-10-23
|
| 82 |
|
| 83 |
### Post-Training Metrics
|
| 84 |
- **Final training loss**: 0.0000
|
| 85 |
-
- **Rows→Samples ratio**:
|
|
|
|
| 74 |
- **LR scheduler**: Linear with warmup
|
| 75 |
|
| 76 |
### Training Data
|
| 77 |
+
- **Total database rows**: 238,453
|
| 78 |
+
- **Rows processed (cumulative)**: 6,793 (2.85%)
|
| 79 |
+
- **Rows in this session**: 100
|
| 80 |
+
- **Training samples (after chunking)**: 100
|
| 81 |
+
- **Training date**: 2025-10-23 03:04:55
|
| 82 |
|
| 83 |
### Post-Training Metrics
|
| 84 |
- **Final training loss**: 0.0000
|
| 85 |
+
- **Rows→Samples ratio**: 1.00x (average chunks per row)
|
config.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
| 17 |
"num_hidden_layers": 2,
|
| 18 |
"pad_token_id": 0,
|
| 19 |
"position_embedding_type": "absolute",
|
| 20 |
-
"transformers_version": "4.57.
|
| 21 |
"type_vocab_size": 2,
|
| 22 |
"use_cache": true,
|
| 23 |
"vocab_size": 30522
|
|
|
|
| 17 |
"num_hidden_layers": 2,
|
| 18 |
"pad_token_id": 0,
|
| 19 |
"position_embedding_type": "absolute",
|
| 20 |
+
"transformers_version": "4.57.0",
|
| 21 |
"type_vocab_size": 2,
|
| 22 |
"use_cache": true,
|
| 23 |
"vocab_size": 30522
|
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:c79ea1001e9ec2feb829349367b545ab600450341050ac6fffa7dcbdf63cc316
|
| 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:1a0b37e1532e141eddb8c79aca9380dd95f3736c148ba09cab85888ff07a0a34
|
| 3 |
size 5905
|
training_metadata.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
{
|
| 2 |
-
"trained_at":
|
| 3 |
-
"trained_at_readable": "2025-10-23
|
| 4 |
-
"samples_this_session":
|
| 5 |
-
"new_rows_this_session":
|
| 6 |
-
"trained_rows_total":
|
| 7 |
-
"total_db_rows":
|
| 8 |
-
"percentage": 2.
|
| 9 |
"final_loss": 0,
|
| 10 |
"epochs": 3,
|
| 11 |
"learning_rate": 5e-05,
|
|
|
|
| 1 |
{
|
| 2 |
+
"trained_at": 1761188695.8412066,
|
| 3 |
+
"trained_at_readable": "2025-10-23 03:04:55",
|
| 4 |
+
"samples_this_session": 100,
|
| 5 |
+
"new_rows_this_session": 100,
|
| 6 |
+
"trained_rows_total": 6793,
|
| 7 |
+
"total_db_rows": 238453,
|
| 8 |
+
"percentage": 2.8487794240374416,
|
| 9 |
"final_loss": 0,
|
| 10 |
"epochs": 3,
|
| 11 |
"learning_rate": 5e-05,
|