Training update: 151,557/241,484 rows (62.76%) | +254 new @ 2025-11-04 01:28:20
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**: 241,
|
| 79 |
-
- **Rows processed (cumulative)**: 151,
|
| 80 |
-
- **Training date**: 2025-11-04
|
| 81 |
|
| 82 |
### Post-Training Metrics
|
| 83 |
- **Final training loss**:
|
|
|
|
| 75 |
- **LR scheduler**: Linear with warmup
|
| 76 |
|
| 77 |
### Training Data
|
| 78 |
+
- **Total database rows**: 241,484
|
| 79 |
+
- **Rows processed (cumulative)**: 151,557 (62.76%)
|
| 80 |
+
- **Training date**: 2025-11-04 01:28:20
|
| 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:7bd7322621bb84f2e2fc3b33cea8aa87e3a75628fd8864a18f071244bf342407
|
| 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:777f7711b3ebb53f049de504c48931eea3becb867d4b8a5e1716febc88d52f30
|
| 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": 62.
|
| 9 |
"final_loss": 0,
|
| 10 |
"epochs": 3,
|
| 11 |
"learning_rate": 5e-05,
|
|
|
|
| 1 |
{
|
| 2 |
+
"trained_at": 1762219700.567697,
|
| 3 |
+
"trained_at_readable": "2025-11-04 01:28:20",
|
| 4 |
+
"samples_this_session": 1530,
|
| 5 |
+
"new_rows_this_session": 254,
|
| 6 |
+
"trained_rows_total": 151557,
|
| 7 |
+
"total_db_rows": 241484,
|
| 8 |
+
"percentage": 62.76067979659108,
|
| 9 |
"final_loss": 0,
|
| 10 |
"epochs": 3,
|
| 11 |
"learning_rate": 5e-05,
|