How to use ACIDE/FailSense-Video-Calvin-2p-3b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/paligemma2-3b-mix-224") model = PeftModel.from_pretrained(base_model, "ACIDE/FailSense-Video-Calvin-2p-3b")
The community tab is the place to discuss and collaborate with the HF community!