How to use codys12/IPS0v1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Xwin-LM/Xwin-Math-7B-V1.0") model = PeftModel.from_pretrained(base_model, "codys12/IPS0v1")
The community tab is the place to discuss and collaborate with the HF community!