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