Instructions to use havinash-ai/889df6d9-9a65-4e5a-a55d-6ec730f045a2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use havinash-ai/889df6d9-9a65-4e5a-a55d-6ec730f045a2 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/889df6d9-9a65-4e5a-a55d-6ec730f045a2") - Notebooks
- Google Colab
- Kaggle
Ctrl+K