LLAMA3 Fever and Fever-IT Finetuned
Collection
https://github.com/crux82/FEVER-it • 8 items • Updated • 1
How to use sag-uniroma2/llama3_adapter_ENG_pr1_add1__split0_ep1_lr0.0001_fever-eng with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B-Instruct")
model = PeftModel.from_pretrained(base_model, "sag-uniroma2/llama3_adapter_ENG_pr1_add1__split0_ep1_lr0.0001_fever-eng")For detail please visit: https://github.com/crux82/FEVER-it
Base model
meta-llama/Meta-Llama-3-8B-Instruct