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 690, 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:264edc690d05f8e065574c0018129efdf89a9ff31cb3a9f4a2e16da5cf2c6245
|
| 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:0ef03d259b3f24d4ab2229225454a30ed7f99d83ee087f0cbbdb2527f63c5f6f
|
| 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:8c7c65247b0d734de29c98800e2eda78993d4889b56195126de4a58afd6cd2b7
|
| 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:e72bc4edd90a9ccce0a41af921593fef7756a0a79934b8018125ec1fca3204fd
|
| 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,
|
|
@@ -698,6 +698,16 @@
|
|
| 698 |
"mean_token_accuracy": 0.7894617035984993,
|
| 699 |
"num_tokens": 3143357.0,
|
| 700 |
"step": 680
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 701 |
}
|
| 702 |
],
|
| 703 |
"logging_steps": 10,
|
|
@@ -717,7 +727,7 @@
|
|
| 717 |
"attributes": {}
|
| 718 |
}
|
| 719 |
},
|
| 720 |
-
"total_flos": 1.
|
| 721 |
"train_batch_size": 4,
|
| 722 |
"trial_name": null,
|
| 723 |
"trial_params": null
|
|
|
|
| 2 |
"best_global_step": null,
|
| 3 |
"best_metric": null,
|
| 4 |
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.1472,
|
| 6 |
"eval_steps": 500,
|
| 7 |
+
"global_step": 690,
|
| 8 |
"is_hyper_param_search": false,
|
| 9 |
"is_local_process_zero": true,
|
| 10 |
"is_world_process_zero": true,
|
|
|
|
| 698 |
"mean_token_accuracy": 0.7894617035984993,
|
| 699 |
"num_tokens": 3143357.0,
|
| 700 |
"step": 680
|
| 701 |
+
},
|
| 702 |
+
{
|
| 703 |
+
"entropy": 0.9675152562558651,
|
| 704 |
+
"epoch": 0.1472,
|
| 705 |
+
"grad_norm": 0.27567023038864136,
|
| 706 |
+
"learning_rate": 9.954742170899172e-05,
|
| 707 |
+
"loss": 1.0641048431396485,
|
| 708 |
+
"mean_token_accuracy": 0.7591987878084183,
|
| 709 |
+
"num_tokens": 3193515.0,
|
| 710 |
+
"step": 690
|
| 711 |
}
|
| 712 |
],
|
| 713 |
"logging_steps": 10,
|
|
|
|
| 727 |
"attributes": {}
|
| 728 |
}
|
| 729 |
},
|
| 730 |
+
"total_flos": 1.5136415728309248e+16,
|
| 731 |
"train_batch_size": 4,
|
| 732 |
"trial_name": null,
|
| 733 |
"trial_params": null
|