metadata
base_model:
- meta-llama/Meta-Llama-3-8B
fcmbeta_llama3_8b_harmless
This is a DPO fine-tuned LLaMA 3 8B model.
Usage
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("Phainon/fcmbeta_llama3_8b_harmless")
tokenizer = AutoTokenizer.from_pretrained("Phainon/fcmbeta_llama3_8b_harmless")