Training update: 143,277/240,760 rows (59.51%) | +41 new @ 2025-10-31 15:09:54
Browse files- README.md +3 -3
- model.safetensors +1 -1
- training_args.bin +1 -1
- training_metadata.json +7 -7
README.md
CHANGED
|
@@ -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**: 240,
|
| 79 |
-
- **Rows processed (cumulative)**: 143,
|
| 80 |
-
- **Training date**: 2025-10-31
|
| 81 |
|
| 82 |
### Post-Training Metrics
|
| 83 |
- **Final training loss**:
|
|
|
|
| 75 |
- **LR scheduler**: Linear with warmup
|
| 76 |
|
| 77 |
### Training Data
|
| 78 |
+
- **Total database rows**: 240,760
|
| 79 |
+
- **Rows processed (cumulative)**: 143,277 (59.51%)
|
| 80 |
+
- **Training date**: 2025-10-31 15:09:54
|
| 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:dd54b0c2386cade9040e0aea0526dedf136e506e6af895b673639f155cfccfec
|
| 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:c9163be8699386610337d539cc5f0c7fcfbc633f40be383125221c91498046b4
|
| 3 |
size 5905
|
training_metadata.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
{
|
| 2 |
-
"trained_at":
|
| 3 |
-
"trained_at_readable": "2025-10-31
|
| 4 |
-
"samples_this_session":
|
| 5 |
-
"new_rows_this_session":
|
| 6 |
-
"trained_rows_total":
|
| 7 |
-
"total_db_rows":
|
| 8 |
-
"percentage": 59.
|
| 9 |
"final_loss": 0,
|
| 10 |
"epochs": 3,
|
| 11 |
"learning_rate": 5e-05,
|
|
|
|
| 1 |
{
|
| 2 |
+
"trained_at": 1761923394.485243,
|
| 3 |
+
"trained_at_readable": "2025-10-31 15:09:54",
|
| 4 |
+
"samples_this_session": 1618,
|
| 5 |
+
"new_rows_this_session": 41,
|
| 6 |
+
"trained_rows_total": 143277,
|
| 7 |
+
"total_db_rows": 240760,
|
| 8 |
+
"percentage": 59.51030071440439,
|
| 9 |
"final_loss": 0,
|
| 10 |
"epochs": 3,
|
| 11 |
"learning_rate": 5e-05,
|