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: 134 Bytes
4a32bad | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9dce5a2f9a4cd5d0ecb647b92ab2009fd8817f13452eab64356061479b57d26e
size 161562339
|