How to use psugam/sugam_model with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("google/mt5-base") model = PeftModel.from_pretrained(base_model, "psugam/sugam_model")
The community tab is the place to discuss and collaborate with the HF community!