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

Training update: 1,603/237,665 rows (0.67%) | +1 new @ 2025-10-20 12:46:12

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,602 / 237,663 (0.67%)
66
  - **Learning rate**: 5e-05
67
  - **Epochs**: 3
68
  - **Batch size**: 1000
 
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
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0efb4a32ca40125dd805d5527a90339f8d7429819d36525ea050eea713dda3a5
3
  size 17671560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db2ca290e03351df442857dd0c3c39eecef1e7ed2b899fd79b363dd303a0fef5
3
  size 17671560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:032c337e756556b99528c6a3350146023ee50cf9e770c28ec18e16c108ccaae5
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d4ba5b74f780bd2765babd579b1c2c0dd1180122985cbb25eee7ad0772742b7
3
  size 5905
training_metadata.json CHANGED
@@ -1,11 +1,11 @@
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
 
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