Upgrading unsloth to 2025-01. 6b207a5
Oliver Adams commited on
How to use oadams/turn-yield-detection with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("unsloth/tinyllama-bnb-4bit")
model = PeftModel.from_pretrained(base_model, "oadams/turn-yield-detection")