How to use teilomillet/MiniMerlin-2-3B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("GeneZC/MiniChat-2-3B") model = PeftModel.from_pretrained(base_model, "teilomillet/MiniMerlin-2-3B")
The community tab is the place to discuss and collaborate with the HF community!