codechrl commited on
Commit
03278c1
·
verified ·
1 Parent(s): 8114477

Training update: 1,612/237,697 rows (0.68%) | +1 new @ 2025-10-20 22:46:45

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