How to use Northell/phi-3.5-mini-triple-creator with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3.5-mini-instruct") model = PeftModel.from_pretrained(base_model, "Northell/phi-3.5-mini-triple-creator")
This model has 1 file scanned as unsafe.
How to fix it?