Instructions to use laquythang/bb33f20d-2ad1-4817-bec9-3536b09c618c with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use laquythang/bb33f20d-2ad1-4817-bec9-3536b09c618c 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, "laquythang/bb33f20d-2ad1-4817-bec9-3536b09c618c") - Notebooks
- Google Colab
- Kaggle
Ctrl+K