Instructions to use rosbotmay/MNLP_M2_dpo_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use rosbotmay/MNLP_M2_dpo_model with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-0.6B-Base") model = PeftModel.from_pretrained(base_model, "rosbotmay/MNLP_M2_dpo_model") - Notebooks
- Google Colab
- Kaggle
Ctrl+K