Instructions to use havinash-ai/6fcd150a-076e-4661-a1ca-e96436dd7796 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use havinash-ai/6fcd150a-076e-4661-a1ca-e96436dd7796 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Mistral-Nemo-Instruct-2407") model = PeftModel.from_pretrained(base_model, "havinash-ai/6fcd150a-076e-4661-a1ca-e96436dd7796") - Notebooks
- Google Colab
- Kaggle
Ctrl+K