OpenAssistant/oasst1
Viewer • Updated • 88.8k • 47.1k • 1.58k
How to use jmajkutewicz/Llama-3.1-Tulu-3-8B-DPO_dataset-mix with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("allenai/Llama-3.1-Tulu-3-8B-SFT")
model = PeftModel.from_pretrained(base_model, "jmajkutewicz/Llama-3.1-Tulu-3-8B-DPO_dataset-mix")This repo contains LoRA adapter created by aligning Tülu3 8B using Direct Preference Optimization (DPO) on the mix all following datasets:
It was trained as a series of models for studying DPO alignment.
See the base model card for usage and chat template details.
This adapter is released under Meta's Llama 3.1 Community License Agreement. Llama 3.1 is © Meta Platforms, Inc.
If this work was helpful, please cite:
TBA