codechrl commited on
Commit
4b5ee4a
·
verified ·
1 Parent(s): 780ffbe

Training update: 1,615/237,710 rows (0.68%) | +1 new @ 2025-10-21 01:46:44

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,614 / 237,699 (0.68%)
66
  - **Learning rate**: 5e-05
67
  - **Epochs**: 3
68
  - **Batch size**: 1000
 
62
  ```
63
 
64
  ## 5. Training Details
65
+ - **Trained records**: 1,615 / 237,710 (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:9c9c0a80e4a638be210dbdbaca01d5292f7887fd5ddaba85d46c99cecfa57ca0
3
  size 17671560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ecf9ea94278c3021e512d7a63aacb537dae1d54832b64c821885f1ea529ef0a
3
  size 17671560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:568cfde6461770069cf9360f383768764674958399cc77f7b9f1fcf759e3d5b7
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15be442666bc29b944dab7ed4fe33aebc6e90b957f8c6f15d07b8cdfb8fa95ed
3
  size 5905
training_metadata.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "trained_at": 1761007565.1019604,
3
- "trained_at_readable": "2025-10-21 00:46:05",
4
  "samples_this_session": 1,
5
  "new_rows_this_session": 1,
6
- "trained_rows_total": 1614,
7
- "total_db_rows": 237699,
8
- "percentage": 0.6790100084560726,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05
 
1
  {
2
+ "trained_at": 1761011204.9740014,
3
+ "trained_at_readable": "2025-10-21 01:46:44",
4
  "samples_this_session": 1,
5
  "new_rows_this_session": 1,
6
+ "trained_rows_total": 1615,
7
+ "total_db_rows": 237710,
8
+ "percentage": 0.6793992680156493,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05