How to use yash108coolboy/quantized-finetuned-model-phi-3 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("quantized-phi3") model = PeftModel.from_pretrained(base_model, "yash108coolboy/quantized-finetuned-model-phi-3")
The community tab is the place to discuss and collaborate with the HF community!