How to use nativemind/shridhar_8k_multimodal with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("nativemind/shridhar_8k") model = PeftModel.from_pretrained(base_model, "nativemind/shridhar_8k_multimodal")
The community tab is the place to discuss and collaborate with the HF community!