Instructions to use VERSIL91/3fa84cb7-e0c6-44d7-9b1b-dc9bba11250b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/3fa84cb7-e0c6-44d7-9b1b-dc9bba11250b 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/3fa84cb7-e0c6-44d7-9b1b-dc9bba11250b") - Notebooks
- Google Colab
- Kaggle
Ctrl+K