Instructions to use fc91/CQoT_SFT_merged_16bit_lora-Llama-3.2-3B-Instruct-v.DR-GRPO_7.2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fc91/CQoT_SFT_merged_16bit_lora-Llama-3.2-3B-Instruct-v.DR-GRPO_7.2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fc91/CQoT_SFT_merged_16bit_lora-Llama-3.2-3B-Instruct-v.DR-GRPO_7.2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Training in progress, step 480
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -29,13 +29,13 @@
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
|
|
|
| 32 |
"gate_proj",
|
| 33 |
-
"down_proj",
|
| 34 |
-
"v_proj",
|
| 35 |
"q_proj",
|
|
|
|
| 36 |
"k_proj",
|
| 37 |
-
"
|
| 38 |
-
"
|
| 39 |
],
|
| 40 |
"task_type": "CAUSAL_LM",
|
| 41 |
"trainable_token_indices": null,
|
|
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
| 32 |
+
"up_proj",
|
| 33 |
"gate_proj",
|
|
|
|
|
|
|
| 34 |
"q_proj",
|
| 35 |
+
"down_proj",
|
| 36 |
"k_proj",
|
| 37 |
+
"o_proj",
|
| 38 |
+
"v_proj"
|
| 39 |
],
|
| 40 |
"task_type": "CAUSAL_LM",
|
| 41 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 194563400
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:493afea1d4b0a4b8fcbabd4782faf59bce83b78390d3fe22c1f7e9f9009ee34f
|
| 3 |
size 194563400
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 7121
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1933debe4019602c345445bbfd993672bc51c69c526e1d1cc5f29a8ef9ce7bbb
|
| 3 |
size 7121
|