Instructions to use wsuilen/zephyr-hboi-sb-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use wsuilen/zephyr-hboi-sb-2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceH4/zephyr-7b-beta") model = PeftModel.from_pretrained(base_model, "wsuilen/zephyr-hboi-sb-2") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
53c5ecd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5f604e5e2111dbe81684e191dddd81a616f304e5de0a2177818f4cf488b089c2
size 84523048
|