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

Training update: 1,600/237,655 rows (0.67%) | +1 new @ 2025-10-20 09:51:44

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. model.safetensors +1 -1
  3. training_args.bin +1 -1
  4. training_metadata.json +4 -4
README.md CHANGED
@@ -62,8 +62,8 @@ predicted_class = logits.argmax(dim=-1).item()
62
  ```
63
 
64
  ## 5. Training Details
65
- - **Trained records**: 1,599 / 237,655 (0.67%)
66
  - **Learning rate**: 5e-05
67
  - **Epochs**: 3
68
- - **Batch size**: 200
69
  - **Max sequence length**: 512
 
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
69
  - **Max sequence length**: 512
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dbb2a01a1cdeacb9e67592d9dcd333928cc055dc86813278e5f84e2ca501afd6
3
  size 17671560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b1e5094d87147a414a334f6000438797ab519df36745f0f3eb5c1fcb2aba8c2
3
  size 17671560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d308b34d2a3043c662bb4f15dd21809dbdbc9c47fe72c0e8d6a752455e0ea1c8
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8baa1005b9e1e622e610337999cbbcc372bc7b823d163e1044f418f06e401093
3
  size 5905
training_metadata.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "trained_at": 1760953333.2519712,
3
- "trained_at_readable": "2025-10-20 09:42:13",
4
  "samples_this_session": 1,
5
  "new_rows_this_session": 1,
6
- "trained_rows_total": 1599,
7
  "total_db_rows": 237655,
8
- "percentage": 0.6728240516715407,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05
 
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