CIViC-Fact
Collection
2 items • Updated
How to use creisle/Llama-3.1-8B-Instruct-CIViC-Fact-2025.03.25 with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3.1-8B-Instruct")
model = PeftModel.from_pretrained(base_model, "creisle/Llama-3.1-8B-Instruct-CIViC-Fact-2025.03.25")This model was trained using the CIViC-Fact dataset (v2025.03.25) and evaluated based on stance classification accuracy (NEI, SUPPORTS, REFUTES).
Base model
meta-llama/Llama-3.1-8B