Instructions to use koushikkb12/Qwen2.5-32B-GRPO-Math with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use koushikkb12/Qwen2.5-32B-GRPO-Math with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-32B-Instruct") model = PeftModel.from_pretrained(base_model, "koushikkb12/Qwen2.5-32B-GRPO-Math") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
ac68189 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f68231e6d895095fdd4734318e3abb94975eec0d5c60e5a5b1b8ca651d08b521
size 273691557
|