How to use monsterapi/zephyr_7b_WizardLMEvolInstruct70k with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceH4/zephyr-7b-alpha") model = PeftModel.from_pretrained(base_model, "monsterapi/zephyr_7b_WizardLMEvolInstruct70k")
The community tab is the place to discuss and collaborate with the HF community!