Instructions to use VERSIL91/384606d5-77ea-4bb9-bee7-9dee13fbf5c0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/384606d5-77ea-4bb9-bee7-9dee13fbf5c0 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/mistral-7b-v0.2") model = PeftModel.from_pretrained(base_model, "VERSIL91/384606d5-77ea-4bb9-bee7-9dee13fbf5c0") - Notebooks
- Google Colab
- Kaggle
Ctrl+K