Instructions to use Jennny/2_obj_math_modpo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Jennny/2_obj_math_modpo with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B-Instruct") model = PeftModel.from_pretrained(base_model, "Jennny/2_obj_math_modpo") - Notebooks
- Google Colab
- Kaggle
File size: 101 Bytes
4a32bad | 1 2 3 4 5 6 7 8 9 10 11 | ---
library_name: peft
---
## Training procedure
### Framework versions
- PEFT 0.5.0
- PEFT 0.5.0
|