codechrl commited on
Commit
a12a2e2
·
verified ·
1 Parent(s): 7484bf3

Training update: 1,604/237,670 rows (0.67%) | +1 new @ 2025-10-20 13:46:50

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,603 / 237,665 (0.67%)
66
  - **Learning rate**: 5e-05
67
  - **Epochs**: 3
68
  - **Batch size**: 1000
 
62
  ```
63
 
64
  ## 5. Training Details
65
+ - **Trained records**: 1,604 / 237,670 (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:db2ca290e03351df442857dd0c3c39eecef1e7ed2b899fd79b363dd303a0fef5
3
  size 17671560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2d318ce3fca050a5e12e28953e2cee0ca8e88c728d61dce2fbdfadab222baf7
3
  size 17671560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1d4ba5b74f780bd2765babd579b1c2c0dd1180122985cbb25eee7ad0772742b7
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dca25229300a355cef98d60eaf4a3a7cef71065db7756b7e92669fa5e3411743
3
  size 5905
training_metadata.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "trained_at": 1760964372.0096056,
3
- "trained_at_readable": "2025-10-20 12:46:12",
4
- "samples_this_session": 1,
5
  "new_rows_this_session": 1,
6
- "trained_rows_total": 1603,
7
- "total_db_rows": 237665,
8
- "percentage": 0.6744787831611723,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05
 
1
  {
2
+ "trained_at": 1760968010.8637605,
3
+ "trained_at_readable": "2025-10-20 13:46:50",
4
+ "samples_this_session": 2,
5
  "new_rows_this_session": 1,
6
+ "trained_rows_total": 1604,
7
+ "total_db_rows": 237670,
8
+ "percentage": 0.6748853452265746,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05