How to use BadreddineHug/zyph_5M 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, "BadreddineHug/zyph_5M")
The community tab is the place to discuss and collaborate with the HF community!