Instructions to use nblinh/3bd9b9e7-ebc5-4976-b4be-e125c78e2544 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nblinh/3bd9b9e7-ebc5-4976-b4be-e125c78e2544 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, "nblinh/3bd9b9e7-ebc5-4976-b4be-e125c78e2544") - Notebooks
- Google Colab
- Kaggle
Ctrl+K