Instructions to use AshwinKM2005/llama3-8b-dpo-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AshwinKM2005/llama3-8b-dpo-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/gpt-oss-20b") model = PeftModel.from_pretrained(base_model, "AshwinKM2005/llama3-8b-dpo-lora") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
unsloth_gpt-oss-20b__proj-llama3-dpo-m2__data-trl-lib_hh-rlhf-helpful-base__beta-0.1__ebs-16__seed-42: DPO adapter upload (base: unsloth/gpt-oss-20b)
6e5550d verified