How to use KashiwaByte/Read_Comprehension_MiniCPM2B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("./OpenBMB/MiniCPM-2B-sft-fp32") model = PeftModel.from_pretrained(base_model, "KashiwaByte/Read_Comprehension_MiniCPM2B")
The community tab is the place to discuss and collaborate with the HF community!