How to use jeeejeee/baichuan7b-zero-init with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("baichuan-inc/Baichuan-7B") model = PeftModel.from_pretrained(base_model, "jeeejeee/baichuan7b-zero-init")
The community tab is the place to discuss and collaborate with the HF community!