Training update: 131,151/240,589 rows (54.51%) | +586 new @ 2025-10-29 10:03:02
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)**: 131,
|
| 80 |
-
- **Training date**: 2025-10-29
|
| 81 |
|
| 82 |
### Post-Training Metrics
|
| 83 |
- **Final training loss**:
|
|
|
|
| 75 |
- **LR scheduler**: Linear with warmup
|
| 76 |
|
| 77 |
### Training Data
|
| 78 |
+
- **Total database rows**: 240,589
|
| 79 |
+
- **Rows processed (cumulative)**: 131,151 (54.51%)
|
| 80 |
+
- **Training date**: 2025-10-29 10:03:02
|
| 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:d78d2418861d05ad41ffc5ee411c9413cc3c18249ddb7ec781008e80600cade9
|
| 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:ddde6324921bd25aad8ff4dd167c0313b594a2a9dabe684ef97d64f18c8124df
|
| 3 |
size 5905
|
training_metadata.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
{
|
| 2 |
-
"trained_at":
|
| 3 |
-
"trained_at_readable": "2025-10-29
|
| 4 |
-
"samples_this_session":
|
| 5 |
-
"new_rows_this_session":
|
| 6 |
-
"trained_rows_total":
|
| 7 |
-
"total_db_rows":
|
| 8 |
-
"percentage": 54.
|
| 9 |
"final_loss": 0,
|
| 10 |
"epochs": 3,
|
| 11 |
"learning_rate": 5e-05,
|
|
|
|
| 1 |
{
|
| 2 |
+
"trained_at": 1761732182.4046257,
|
| 3 |
+
"trained_at_readable": "2025-10-29 10:03:02",
|
| 4 |
+
"samples_this_session": 2006,
|
| 5 |
+
"new_rows_this_session": 586,
|
| 6 |
+
"trained_rows_total": 131151,
|
| 7 |
+
"total_db_rows": 240589,
|
| 8 |
+
"percentage": 54.512467319786026,
|
| 9 |
"final_loss": 0,
|
| 10 |
"epochs": 3,
|
| 11 |
"learning_rate": 5e-05,
|