Text Generation
PEFT
Safetensors
English
llama-3
lora
dpo
d-steer
ai-safety
research-only
conversational
Instructions to use samarthraina/Llama-3-8B-D-STEER-OpenHermes-Reverse-DPO-Adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use samarthraina/Llama-3-8B-D-STEER-OpenHermes-Reverse-DPO-Adapter with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("samarthraina/Llama-3-8B-D-STEER-OpenHermes-IT") model = PeftModel.from_pretrained(base_model, "samarthraina/Llama-3-8B-D-STEER-OpenHermes-Reverse-DPO-Adapter") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!