How to use irlab-udc/Llama-3.1-8B-Instruct-Geographic-Debias-Tuning-Lang with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "irlab-udc/Llama-3.1-8B-Instruct-Geographic-Debias-Tuning-Lang")
The community tab is the place to discuss and collaborate with the HF community!