Instructions to use Jennny/modpo_sm_2obj with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Jennny/modpo_sm_2obj 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/modpo_sm_2obj") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
509b16f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2cd8856161f3a45855c32978b243f321f4883c5350bba01c0745c7cbc4887f6c
size 161562339
|