codechrl commited on
Commit
38b9f0e
·
verified ·
1 Parent(s): 501a536

Training update: 1,602/237,663 rows (0.67%) | +1 new @ 2025-10-20 11:46:17

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 +5 -5
README.md CHANGED
@@ -62,7 +62,7 @@ predicted_class = logits.argmax(dim=-1).item()
62
  ```
63
 
64
  ## 5. Training Details
65
- - **Trained records**: 1,601 / 237,660 (0.67%)
66
  - **Learning rate**: 5e-05
67
  - **Epochs**: 3
68
  - **Batch size**: 1000
 
62
  ```
63
 
64
  ## 5. Training Details
65
+ - **Trained records**: 1,602 / 237,663 (0.67%)
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:58fc2fa3d11bb232852a9b93a5528269196d00554afee3d387f652b87ca3435a
3
  size 17671560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0efb4a32ca40125dd805d5527a90339f8d7429819d36525ea050eea713dda3a5
3
  size 17671560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c6c5b6d8e9a64159cd88eb434840772cfe79ac6e7cee4da9748519a7941d6ebc
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:032c337e756556b99528c6a3350146023ee50cf9e770c28ec18e16c108ccaae5
3
  size 5905
training_metadata.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "trained_at": 1760957171.8522787,
3
- "trained_at_readable": "2025-10-20 10:46:11",
4
  "samples_this_session": 1,
5
  "new_rows_this_session": 1,
6
- "trained_rows_total": 1601,
7
- "total_db_rows": 237660,
8
- "percentage": 0.6736514348228562,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05
 
1
  {
2
+ "trained_at": 1760960777.947155,
3
+ "trained_at_readable": "2025-10-20 11:46:17",
4
  "samples_this_session": 1,
5
  "new_rows_this_session": 1,
6
+ "trained_rows_total": 1602,
7
+ "total_db_rows": 237663,
8
+ "percentage": 0.6740636952323248,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05