Instructions to use nttx/fe76709d-ff7f-4840-b2fb-26adf5689db5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nttx/fe76709d-ff7f-4840-b2fb-26adf5689db5 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, "nttx/fe76709d-ff7f-4840-b2fb-26adf5689db5") - Notebooks
- Google Colab
- Kaggle
Ctrl+K