codechrl commited on
Commit
bb822a0
·
verified ·
1 Parent(s): 50d5289

Training update: 6,793/238,453 rows (2.85%) | +100 new @ 2025-10-23 03:04:55

Browse files
Files changed (5) hide show
  1. README.md +6 -6
  2. config.json +1 -1
  3. model.safetensors +1 -1
  4. training_args.bin +1 -1
  5. 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,451
78
- - **Rows processed (cumulative)**: 6,788 (2.85%)
79
- - **Rows in this session**: 5
80
- - **Training samples (after chunking)**: 28
81
- - **Training date**: 2025-10-23 02:48:14
82
 
83
  ### Post-Training Metrics
84
  - **Final training loss**: 0.0000
85
- - **Rows→Samples ratio**: 5.60x (average chunks per row)
 
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.1",
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:b491119a6ad59eaf03a443d49a6f86d14c3db6e0a46ba05e54d82c319e907689
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:8004239770512ae458a8e909f7ac7c389c458a70bb8f5d47a2e8d72f65b2482d
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": 1761187694.9856818,
3
- "trained_at_readable": "2025-10-23 02:48:14",
4
- "samples_this_session": 28,
5
- "new_rows_this_session": 5,
6
- "trained_rows_total": 6788,
7
- "total_db_rows": 238451,
8
- "percentage": 2.846706451220586,
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,