Instructions to use Shravani-Limited/Zenith-Expert-9B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Shravani-Limited/Zenith-Expert-9B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("huihui-ai/Huihui-Qwen3.5-9B-abliterated") model = PeftModel.from_pretrained(base_model, "Shravani-Limited/Zenith-Expert-9B") - Notebooks
- Google Colab
- Kaggle
Ctrl+K