codechrl commited on
Commit
4300aab
·
verified ·
1 Parent(s): 4b5ee4a

Training update: 1,616/237,718 rows (0.68%) | +500 new @ 2025-10-21 04:41:07

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. model.safetensors +1 -1
  3. training_args.bin +1 -1
  4. training_metadata.json +7 -7
README.md CHANGED
@@ -62,8 +62,8 @@ predicted_class = logits.argmax(dim=-1).item()
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
69
  - **Max sequence length**: 512
 
62
  ```
63
 
64
  ## 5. Training Details
65
+ - **Trained records**: 1,616 / 237,718 (0.68%)
66
  - **Learning rate**: 5e-05
67
  - **Epochs**: 3
68
+ - **Batch size**: 8
69
  - **Max sequence length**: 512
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5ecf9ea94278c3021e512d7a63aacb537dae1d54832b64c821885f1ea529ef0a
3
  size 17671560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77bacaf8a88c4d1a2ec9600b44d7c70b6f0a0779ba39204c66e7560f2822fa01
3
  size 17671560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:15be442666bc29b944dab7ed4fe33aebc6e90b957f8c6f15d07b8cdfb8fa95ed
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85b878d7ad871ddbb6534d459d90aa4c48bd16f59636bcec6c7495740a5d8ccf
3
  size 5905
training_metadata.json CHANGED
@@ -1,11 +1,11 @@
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
 
1
  {
2
+ "trained_at": 1761021667.0032144,
3
+ "trained_at_readable": "2025-10-21 04:41:07",
4
+ "samples_this_session": 4634,
5
+ "new_rows_this_session": 500,
6
+ "trained_rows_total": 1616,
7
+ "total_db_rows": 237718,
8
+ "percentage": 0.679797070478466,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05