Instructions to use huiwonLee/dpo_v4_reseve_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use huiwonLee/dpo_v4_reseve_v1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("davidkim205/nox-solar-10.7b-v4") model = PeftModel.from_pretrained(base_model, "huiwonLee/dpo_v4_reseve_v1") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.