Instructions to use moos124/code-reasoning-0.5b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use moos124/code-reasoning-0.5b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("moos124/code-reasoning-0.5b", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 450, checkpoint
Browse files
last-checkpoint/adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 70430032
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:750f0e7efdc8e37a14ecc5bc5ba319218d5854f6081236b6ae8ca6c13a591984
|
| 3 |
size 70430032
|
last-checkpoint/optimizer.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 141058579
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7f775348a1764a14d6f11b2a4a8a30e24aa7268352e03725d1b3af2aee6dc2b
|
| 3 |
size 141058579
|
last-checkpoint/rng_state.pth
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14645
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54172abd65c4b894245bc82a5e51893fc027b171b3b6cad3f63fcfe508d3884b
|
| 3 |
size 14645
|
last-checkpoint/scheduler.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1465
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23db730c265d17bb98bdc34a288220c0f5ef2c3115f88a855e50ac6ec0ecab2c
|
| 3 |
size 1465
|
last-checkpoint/trainer_state.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
| 2 |
"best_global_step": null,
|
| 3 |
"best_metric": null,
|
| 4 |
"best_model_checkpoint": null,
|
| 5 |
-
"epoch": 0.
|
| 6 |
"eval_steps": 500,
|
| 7 |
-
"global_step":
|
| 8 |
"is_hyper_param_search": false,
|
| 9 |
"is_local_process_zero": true,
|
| 10 |
"is_world_process_zero": true,
|
|
@@ -458,6 +458,16 @@
|
|
| 458 |
"mean_token_accuracy": 0.726725485175848,
|
| 459 |
"num_tokens": 2028837.0,
|
| 460 |
"step": 440
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 461 |
}
|
| 462 |
],
|
| 463 |
"logging_steps": 10,
|
|
@@ -477,7 +487,7 @@
|
|
| 477 |
"attributes": {}
|
| 478 |
}
|
| 479 |
},
|
| 480 |
-
"total_flos":
|
| 481 |
"train_batch_size": 4,
|
| 482 |
"trial_name": null,
|
| 483 |
"trial_params": null
|
|
|
|
| 2 |
"best_global_step": null,
|
| 3 |
"best_metric": null,
|
| 4 |
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.096,
|
| 6 |
"eval_steps": 500,
|
| 7 |
+
"global_step": 450,
|
| 8 |
"is_hyper_param_search": false,
|
| 9 |
"is_local_process_zero": true,
|
| 10 |
"is_world_process_zero": true,
|
|
|
|
| 458 |
"mean_token_accuracy": 0.726725485175848,
|
| 459 |
"num_tokens": 2028837.0,
|
| 460 |
"step": 440
|
| 461 |
+
},
|
| 462 |
+
{
|
| 463 |
+
"entropy": 0.9712555348873139,
|
| 464 |
+
"epoch": 0.096,
|
| 465 |
+
"grad_norm": 0.3099062740802765,
|
| 466 |
+
"learning_rate": 9.993351448374873e-05,
|
| 467 |
+
"loss": 1.072590446472168,
|
| 468 |
+
"mean_token_accuracy": 0.7607480764389039,
|
| 469 |
+
"num_tokens": 2072441.0,
|
| 470 |
+
"step": 450
|
| 471 |
}
|
| 472 |
],
|
| 473 |
"logging_steps": 10,
|
|
|
|
| 487 |
"attributes": {}
|
| 488 |
}
|
| 489 |
},
|
| 490 |
+
"total_flos": 9843312687547392.0,
|
| 491 |
"train_batch_size": 4,
|
| 492 |
"trial_name": null,
|
| 493 |
"trial_params": null
|