Instructions to use havinash-ai/65358531-f6a2-46f2-b5fe-9c1b727527e8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use havinash-ai/65358531-f6a2-46f2-b5fe-9c1b727527e8 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Hermes-2-Theta-Llama-3-8B") model = PeftModel.from_pretrained(base_model, "havinash-ai/65358531-f6a2-46f2-b5fe-9c1b727527e8") - Notebooks
- Google Colab
- Kaggle
Ctrl+K