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

Training update: 1,611/237,697 rows (0.68%) | +1 new @ 2025-10-20 21: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,610 / 237,693 (0.68%)
66
  - **Learning rate**: 5e-05
67
  - **Epochs**: 3
68
  - **Batch size**: 1000
 
62
  ```
63
 
64
  ## 5. Training Details
65
+ - **Trained records**: 1,611 / 237,697 (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:1347bbf4d82f7576f6f41bd056c540fa9e2b977860c5793dac4513d8f69e58bc
3
  size 17671560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19d58e6f4de8607685b2b7a1e73ca4c9e4bd79b93cf0a1001b81702be9b14710
3
  size 17671560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fbded341f2611e659fe1c12239e9df8e18bc53745bf31229370462401dc41b8c
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b75f2bf1f2618e14f4ea4c7433b4ec7ea20511003504ae306a348aa724290492
3
  size 5905
training_metadata.json CHANGED
@@ -1,11 +1,11 @@
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
 
1
  {
2
+ "trained_at": 1760996771.8014064,
3
+ "trained_at_readable": "2025-10-20 21:46:11",
4
  "samples_this_session": 1,
5
  "new_rows_this_session": 1,
6
+ "trained_rows_total": 1611,
7
+ "total_db_rows": 237697,
8
+ "percentage": 0.6777536106892388,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05