Instructions to use Prabhjot410/zephyr-support-chatbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Prabhjot410/zephyr-support-chatbot with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TheBloke/Llama-2-7B-Chat-GPTQ") model = PeftModel.from_pretrained(base_model, "Prabhjot410/zephyr-support-chatbot") - Notebooks
- Google Colab
- Kaggle
Ctrl+K