How to use from the
Use from the
PEFT library
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).

Downloads last month
2
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for creisle/Llama-3.1-8B-Instruct-CIViC-Fact-2025.03.25

Adapter
(2465)
this model

Collection including creisle/Llama-3.1-8B-Instruct-CIViC-Fact-2025.03.25