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 570, 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:4e44eec5f56d52e43b2610cc3e84e2e1626372132ec6a5f85692a6d5bc9aa031
|
| 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:dfdab28c9af2d554e14c73561057d8ad73d6629b600ee89f4cb722b52f664e38
|
| 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:02de5fb9bfccc0170908c4cdcef68c10f4f63b9b7bb070992c40bea295c55430
|
| 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:1ec925dca036ab43778a9e060e6b0537f2fba29a5a21c06f32f84af971ca0981
|
| 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,
|
|
@@ -578,6 +578,16 @@
|
|
| 578 |
"mean_token_accuracy": 0.7608667835593224,
|
| 579 |
"num_tokens": 2582645.0,
|
| 580 |
"step": 560
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 581 |
}
|
| 582 |
],
|
| 583 |
"logging_steps": 10,
|
|
@@ -597,7 +607,7 @@
|
|
| 597 |
"attributes": {}
|
| 598 |
}
|
| 599 |
},
|
| 600 |
-
"total_flos": 1.
|
| 601 |
"train_batch_size": 4,
|
| 602 |
"trial_name": null,
|
| 603 |
"trial_params": null
|
|
|
|
| 2 |
"best_global_step": null,
|
| 3 |
"best_metric": null,
|
| 4 |
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.1216,
|
| 6 |
"eval_steps": 500,
|
| 7 |
+
"global_step": 570,
|
| 8 |
"is_hyper_param_search": false,
|
| 9 |
"is_local_process_zero": true,
|
| 10 |
"is_world_process_zero": true,
|
|
|
|
| 578 |
"mean_token_accuracy": 0.7608667835593224,
|
| 579 |
"num_tokens": 2582645.0,
|
| 580 |
"step": 560
|
| 581 |
+
},
|
| 582 |
+
{
|
| 583 |
+
"entropy": 1.0654601491987705,
|
| 584 |
+
"epoch": 0.1216,
|
| 585 |
+
"grad_norm": 0.26716434955596924,
|
| 586 |
+
"learning_rate": 9.97834084337101e-05,
|
| 587 |
+
"loss": 1.1589471817016601,
|
| 588 |
+
"mean_token_accuracy": 0.7418766617774963,
|
| 589 |
+
"num_tokens": 2633308.0,
|
| 590 |
+
"step": 570
|
| 591 |
}
|
| 592 |
],
|
| 593 |
"logging_steps": 10,
|
|
|
|
| 607 |
"attributes": {}
|
| 608 |
}
|
| 609 |
},
|
| 610 |
+
"total_flos": 1.2541583322236928e+16,
|
| 611 |
"train_batch_size": 4,
|
| 612 |
"trial_name": null,
|
| 613 |
"trial_params": null
|