Instructions to use Alphatao/fa7408f2-3f89-49ba-9a85-628ea116d54a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Alphatao/fa7408f2-3f89-49ba-9a85-628ea116d54a 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, "Alphatao/fa7408f2-3f89-49ba-9a85-628ea116d54a") - Notebooks
- Google Colab
- Kaggle
Ctrl+K