Instructions to use vdos/f2348c32-4a8e-47ec-a422-c6824e0a07b2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use vdos/f2348c32-4a8e-47ec-a422-c6824e0a07b2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/mistral-7b-instruct-v0.2") model = PeftModel.from_pretrained(base_model, "vdos/f2348c32-4a8e-47ec-a422-c6824e0a07b2") - Notebooks
- Google Colab
- Kaggle
Ctrl+K