codechrl commited on
Commit
76e9eb7
·
verified ·
1 Parent(s): f7f6902

Training update: 1,610/237,693 rows (0.68%) | +1 new @ 2025-10-20 20:46:05

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,609 / 237,687 (0.68%)
66
  - **Learning rate**: 5e-05
67
  - **Epochs**: 3
68
  - **Batch size**: 1000
 
62
  ```
63
 
64
  ## 5. Training Details
65
+ - **Trained records**: 1,610 / 237,693 (0.68%)
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:1a500541e9da36800becb2d1088be9b14577f7698a05c840be866998787706ac
3
  size 17671560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1347bbf4d82f7576f6f41bd056c540fa9e2b977860c5793dac4513d8f69e58bc
3
  size 17671560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a8e1e2182954a01333fe865a9abf5b908acbb7467be23d99417171666a2a244a
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbded341f2611e659fe1c12239e9df8e18bc53745bf31229370462401dc41b8c
3
  size 5905
training_metadata.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "trained_at": 1760989609.797426,
3
- "trained_at_readable": "2025-10-20 19:46:49",
4
- "samples_this_session": 30,
5
  "new_rows_this_session": 1,
6
- "trained_rows_total": 1609,
7
- "total_db_rows": 237687,
8
- "percentage": 0.6769406824942046,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05
 
1
  {
2
+ "trained_at": 1760993165.8366861,
3
+ "trained_at_readable": "2025-10-20 20:46:05",
4
+ "samples_this_session": 1,
5
  "new_rows_this_session": 1,
6
+ "trained_rows_total": 1610,
7
+ "total_db_rows": 237693,
8
+ "percentage": 0.6773443054696604,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05