How to use nahed22/zephyr-support-chatbot with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TheBloke/zephyr-7B-alpha-GPTQ") model = PeftModel.from_pretrained(base_model, "nahed22/zephyr-support-chatbot")
The community tab is the place to discuss and collaborate with the HF community!