Instructions to use sunjupskilling/zephyr-support-chatbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sunjupskilling/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, "sunjupskilling/zephyr-support-chatbot") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
9322bde | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fe5b5c69cfd9542ba4e8cb90680858c13ecb3e6a6e5fc58d41d7faec06c40e83
size 27280152
|