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 810, 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:049743bfcb7f759734cbd629e6485aed0be4a34fa8ec7e7c7cc378b82b68bff1
|
| 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:3d9b5e379d731b076e4482b67a806d92f720224e0087cf953a8eba2c68fd4aee
|
| 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:c41f0c2e372afcf75476546e73c625079d8911a111dfbe4cceaa100a9a3d7fe3
|
| 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:f19dce1af1dc26cccf0df5a110280acf30d37386795f6a4e614ee2f72176a997
|
| 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,
|
|
@@ -818,6 +818,16 @@
|
|
| 818 |
"mean_token_accuracy": 0.7589392751455307,
|
| 819 |
"num_tokens": 3717893.0,
|
| 820 |
"step": 800
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 821 |
}
|
| 822 |
],
|
| 823 |
"logging_steps": 10,
|
|
@@ -837,7 +847,7 @@
|
|
| 837 |
"attributes": {}
|
| 838 |
}
|
| 839 |
},
|
| 840 |
-
"total_flos": 1.
|
| 841 |
"train_batch_size": 4,
|
| 842 |
"trial_name": null,
|
| 843 |
"trial_params": null
|
|
|
|
| 2 |
"best_global_step": null,
|
| 3 |
"best_metric": null,
|
| 4 |
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.1728,
|
| 6 |
"eval_steps": 500,
|
| 7 |
+
"global_step": 810,
|
| 8 |
"is_hyper_param_search": false,
|
| 9 |
"is_local_process_zero": true,
|
| 10 |
"is_world_process_zero": true,
|
|
|
|
| 818 |
"mean_token_accuracy": 0.7589392751455307,
|
| 819 |
"num_tokens": 3717893.0,
|
| 820 |
"step": 800
|
| 821 |
+
},
|
| 822 |
+
{
|
| 823 |
+
"entropy": 0.9766084000468254,
|
| 824 |
+
"epoch": 0.1728,
|
| 825 |
+
"grad_norm": 0.33309969305992126,
|
| 826 |
+
"learning_rate": 9.92259614070538e-05,
|
| 827 |
+
"loss": 1.0395455360412598,
|
| 828 |
+
"mean_token_accuracy": 0.7545588746666908,
|
| 829 |
+
"num_tokens": 3764739.0,
|
| 830 |
+
"step": 810
|
| 831 |
}
|
| 832 |
],
|
| 833 |
"logging_steps": 10,
|
|
|
|
| 847 |
"attributes": {}
|
| 848 |
}
|
| 849 |
},
|
| 850 |
+
"total_flos": 1.7831135686742016e+16,
|
| 851 |
"train_batch_size": 4,
|
| 852 |
"trial_name": null,
|
| 853 |
"trial_params": null
|