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 2010, 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:eafdadecfb66d8ce61332e96e12ee21625a0f2d0f967440945640b9b5cd8ab2d
|
| 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:8d291ee3bb6a970484c0f369174ae473335ae38aebe6032291e820975d50ca29
|
| 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:770a2fced6bb82c8f3f503b19d48ed853c37107802d7e0dc876e33f6083131e3
|
| 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:69d1298329643e3eeb3ed02ff8e268dda06122aad0183e0d4c4512f4d6c40cd2
|
| 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,
|
|
@@ -2018,6 +2018,16 @@
|
|
| 2018 |
"mean_token_accuracy": 0.7698795303702355,
|
| 2019 |
"num_tokens": 9268892.0,
|
| 2020 |
"step": 2000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2021 |
}
|
| 2022 |
],
|
| 2023 |
"logging_steps": 10,
|
|
@@ -2037,7 +2047,7 @@
|
|
| 2037 |
"attributes": {}
|
| 2038 |
}
|
| 2039 |
},
|
| 2040 |
-
"total_flos": 4.
|
| 2041 |
"train_batch_size": 4,
|
| 2042 |
"trial_name": null,
|
| 2043 |
"trial_params": null
|
|
|
|
| 2 |
"best_global_step": null,
|
| 3 |
"best_metric": null,
|
| 4 |
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.4288,
|
| 6 |
"eval_steps": 500,
|
| 7 |
+
"global_step": 2010,
|
| 8 |
"is_hyper_param_search": false,
|
| 9 |
"is_local_process_zero": true,
|
| 10 |
"is_world_process_zero": true,
|
|
|
|
| 2018 |
"mean_token_accuracy": 0.7698795303702355,
|
| 2019 |
"num_tokens": 9268892.0,
|
| 2020 |
"step": 2000
|
| 2021 |
+
},
|
| 2022 |
+
{
|
| 2023 |
+
"entropy": 0.952321158349514,
|
| 2024 |
+
"epoch": 0.4288,
|
| 2025 |
+
"grad_norm": 0.2332596629858017,
|
| 2026 |
+
"learning_rate": 9.15036386093598e-05,
|
| 2027 |
+
"loss": 1.0610048294067382,
|
| 2028 |
+
"mean_token_accuracy": 0.7620892718434333,
|
| 2029 |
+
"num_tokens": 9317142.0,
|
| 2030 |
+
"step": 2010
|
| 2031 |
}
|
| 2032 |
],
|
| 2033 |
"logging_steps": 10,
|
|
|
|
| 2047 |
"attributes": {}
|
| 2048 |
}
|
| 2049 |
},
|
| 2050 |
+
"total_flos": 4.422885460253184e+16,
|
| 2051 |
"train_batch_size": 4,
|
| 2052 |
"trial_name": null,
|
| 2053 |
"trial_params": null
|