codechrl commited on
Commit
d8fbc2e
·
verified ·
1 Parent(s): e0c1d2e

Training update: 1,606/237,680 rows (0.68%) | +1 new @ 2025-10-20 15:47:28

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. model.safetensors +1 -1
  3. training_args.bin +1 -1
  4. training_metadata.json +6 -6
README.md CHANGED
@@ -62,7 +62,7 @@ predicted_class = logits.argmax(dim=-1).item()
62
  ```
63
 
64
  ## 5. Training Details
65
- - **Trained records**: 1,605 / 237,675 (0.68%)
66
  - **Learning rate**: 5e-05
67
  - **Epochs**: 3
68
  - **Batch size**: 1000
 
62
  ```
63
 
64
  ## 5. Training Details
65
+ - **Trained records**: 1,606 / 237,680 (0.68%)
66
  - **Learning rate**: 5e-05
67
  - **Epochs**: 3
68
  - **Batch size**: 1000
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:36b1979164148242dd143c94251e2fd04de71e6c9abc4ac33ccc3b83d7a95942
3
  size 17671560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa152d8a351242c4cc367c8bab7da821317b3fc7ce8e1c6bafc686865799dcab
3
  size 17671560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8cf701e8d9357e2aa72e7d0120e7ab35ed4957974dea6916938ec0100ad7d836
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3737a91b812ae195cf0225c89ece910f0e68879b394b170d6d7f6dd9270d051b
3
  size 5905
training_metadata.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "trained_at": 1760971594.0733745,
3
- "trained_at_readable": "2025-10-20 14:46:34",
4
- "samples_this_session": 5,
5
  "new_rows_this_session": 1,
6
- "trained_rows_total": 1605,
7
- "total_db_rows": 237675,
8
- "percentage": 0.6752918901861786,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05
 
1
  {
2
+ "trained_at": 1760975248.3856997,
3
+ "trained_at_readable": "2025-10-20 15:47:28",
4
+ "samples_this_session": 2,
5
  "new_rows_this_session": 1,
6
+ "trained_rows_total": 1606,
7
+ "total_db_rows": 237680,
8
+ "percentage": 0.6756984180410636,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05