How to use rayonlabs/benchmark-90cda45e-2a5b-4988-8ee4-a159b5a34510-tourn_da7517a5dac130db_20250807-5DjoSN4t with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-3-8b-Instruct") model = PeftModel.from_pretrained(base_model, "rayonlabs/benchmark-90cda45e-2a5b-4988-8ee4-a159b5a34510-tourn_da7517a5dac130db_20250807-5DjoSN4t")
The community tab is the place to discuss and collaborate with the HF community!