Instructions to use Ozaii/W.AI-13B-Chat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Ozaii/W.AI-13B-Chat with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("SweatyCrayfish/llama-3-8b-quantized") model = PeftModel.from_pretrained(base_model, "Ozaii/W.AI-13B-Chat") - Notebooks
- Google Colab
- Kaggle
Ctrl+K