Training update: 7,396/238,461 rows (3.10%) | +358 new @ 2025-10-23 04:06:52
Browse files- README.md +7 -7
- 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)**: 7,
|
| 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**:
|
| 85 |
-
- **Rows→Samples ratio**:
|
|
|
|
| 74 |
- **LR scheduler**: Linear with warmup
|
| 75 |
|
| 76 |
### Training Data
|
| 77 |
+
- **Total database rows**: 238,461
|
| 78 |
+
- **Rows processed (cumulative)**: 7,396 (3.10%)
|
| 79 |
+
- **Rows in this session**: 358
|
| 80 |
+
- **Training samples (after chunking)**: 5,575
|
| 81 |
+
- **Training date**: 2025-10-23 04:06:52
|
| 82 |
|
| 83 |
### Post-Training Metrics
|
| 84 |
+
- **Final training loss**:
|
| 85 |
+
- **Rows→Samples ratio**:
|
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:5d944ab1003df47a72c98e63c340a856db9daf0f5ce5e9ff7f9b1cd3a78be54b
|
| 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:36fd20f724c8e961c678c7f1c4b979cd8088a71c668665d75605ee21e8212f0b
|
| 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": 3.
|
| 9 |
"final_loss": 0,
|
| 10 |
"epochs": 3,
|
| 11 |
"learning_rate": 5e-05,
|
|
|
|
| 1 |
{
|
| 2 |
+
"trained_at": 1761192412.0134265,
|
| 3 |
+
"trained_at_readable": "2025-10-23 04:06:52",
|
| 4 |
+
"samples_this_session": 5575,
|
| 5 |
+
"new_rows_this_session": 358,
|
| 6 |
+
"trained_rows_total": 7396,
|
| 7 |
+
"total_db_rows": 238461,
|
| 8 |
+
"percentage": 3.1015553906089464,
|
| 9 |
"final_loss": 0,
|
| 10 |
"epochs": 3,
|
| 11 |
"learning_rate": 5e-05,
|