How to use digo-prayudha/emotion_classification-prototype with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/paligemma-3b-pt-224") model = PeftModel.from_pretrained(base_model, "digo-prayudha/emotion_classification-prototype")
The community tab is the place to discuss and collaborate with the HF community!