codechrl commited on
Commit
501a536
·
verified ·
1 Parent(s): 2df4ce7

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

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,600 / 237,655 (0.67%)
66
  - **Learning rate**: 5e-05
67
  - **Epochs**: 3
68
  - **Batch size**: 1000
 
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
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5b1e5094d87147a414a334f6000438797ab519df36745f0f3eb5c1fcb2aba8c2
3
  size 17671560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58fc2fa3d11bb232852a9b93a5528269196d00554afee3d387f652b87ca3435a
3
  size 17671560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8baa1005b9e1e622e610337999cbbcc372bc7b823d163e1044f418f06e401093
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6c5b6d8e9a64159cd88eb434840772cfe79ac6e7cee4da9748519a7941d6ebc
3
  size 5905
training_metadata.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "trained_at": 1760953904.7004545,
3
- "trained_at_readable": "2025-10-20 09:51:44",
4
  "samples_this_session": 1,
5
  "new_rows_this_session": 1,
6
- "trained_rows_total": 1600,
7
- "total_db_rows": 237655,
8
- "percentage": 0.673244829690097,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05
 
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