How to use screenmate/minicpm_23.06-synth2500 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openbmb/MiniCPM-Llama3-V-2_5") model = PeftModel.from_pretrained(base_model, "screenmate/minicpm_23.06-synth2500")
The community tab is the place to discuss and collaborate with the HF community!