codechrl commited on
Commit
13e8ff6
·
verified ·
1 Parent(s): d8fbc2e

Training update: 1,607/237,681 rows (0.68%) | +1 new @ 2025-10-20 16:47:10

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,606 / 237,680 (0.68%)
66
  - **Learning rate**: 5e-05
67
  - **Epochs**: 3
68
  - **Batch size**: 1000
 
62
  ```
63
 
64
  ## 5. Training Details
65
+ - **Trained records**: 1,607 / 237,681 (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:fa152d8a351242c4cc367c8bab7da821317b3fc7ce8e1c6bafc686865799dcab
3
  size 17671560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:678150e59352502c45081ffb43b4a8b454f3d7ec22f7c289dddb3d88884983df
3
  size 17671560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3737a91b812ae195cf0225c89ece910f0e68879b394b170d6d7f6dd9270d051b
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caae02bfff10bae74502c79165985fb63e4ae4a32a5ff20149f865435734b11b
3
  size 5905
training_metadata.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "trained_at": 1760975248.3856997,
3
- "trained_at_readable": "2025-10-20 15:47:28",
4
- "samples_this_session": 2,
5
  "new_rows_this_session": 1,
6
- "trained_rows_total": 1606,
7
- "total_db_rows": 237680,
8
- "percentage": 0.6756984180410636,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05
 
1
  {
2
+ "trained_at": 1760978830.73722,
3
+ "trained_at_readable": "2025-10-20 16:47:10",
4
+ "samples_this_session": 1,
5
  "new_rows_this_session": 1,
6
+ "trained_rows_total": 1607,
7
+ "total_db_rows": 237681,
8
+ "percentage": 0.6761163071511817,
9
  "final_loss": 0,
10
  "epochs": 3,
11
  "learning_rate": 5e-05