Instructions to use nttx/eeb0f556-1660-42a9-981d-6000da1e2edf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nttx/eeb0f556-1660-42a9-981d-6000da1e2edf with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/mistral-7b-v0.3") model = PeftModel.from_pretrained(base_model, "nttx/eeb0f556-1660-42a9-981d-6000da1e2edf") - Notebooks
- Google Colab
- Kaggle
Ctrl+K