Instructions to use havinash-ai/a3227c40-4c46-45c1-8cb4-f194a8559a06 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use havinash-ai/a3227c40-4c46-45c1-8cb4-f194a8559a06 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Hermes-3-Llama-3.1-8B") model = PeftModel.from_pretrained(base_model, "havinash-ai/a3227c40-4c46-45c1-8cb4-f194a8559a06") - Notebooks
- Google Colab
- Kaggle
Ctrl+K