Instructions to use VERSIL91/6c920877-58c8-4761-af0e-26396c511347 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/6c920877-58c8-4761-af0e-26396c511347 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-2-7b-chat") model = PeftModel.from_pretrained(base_model, "VERSIL91/6c920877-58c8-4761-af0e-26396c511347") - Notebooks
- Google Colab
- Kaggle
Ctrl+K