Instructions to use Anonymous5345345/anonymous-chainer-grpo-epoch2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Anonymous5345345/anonymous-chainer-grpo-epoch2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-4B-Instruct-2507") model = PeftModel.from_pretrained(base_model, "Anonymous5345345/anonymous-chainer-grpo-epoch2") - Notebooks
- Google Colab
- Kaggle
Update base model metadata
Browse files- adapter_config.json +2 -2
adapter_config.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
"parent_library": "transformers.models.qwen3.modeling_qwen3",
|
| 8 |
"unsloth_fixed": true
|
| 9 |
},
|
| 10 |
-
"base_model_name_or_path": "
|
| 11 |
"bias": "none",
|
| 12 |
"corda_config": null,
|
| 13 |
"ensure_weight_tying": false,
|
|
@@ -47,4 +47,4 @@
|
|
| 47 |
"use_dora": false,
|
| 48 |
"use_qalora": false,
|
| 49 |
"use_rslora": false
|
| 50 |
-
}
|
|
|
|
| 7 |
"parent_library": "transformers.models.qwen3.modeling_qwen3",
|
| 8 |
"unsloth_fixed": true
|
| 9 |
},
|
| 10 |
+
"base_model_name_or_path": "Qwen/Qwen3-4B-Instruct-2507",
|
| 11 |
"bias": "none",
|
| 12 |
"corda_config": null,
|
| 13 |
"ensure_weight_tying": false,
|
|
|
|
| 47 |
"use_dora": false,
|
| 48 |
"use_qalora": false,
|
| 49 |
"use_rslora": false
|
| 50 |
+
}
|