Instructions to use VERSIL91/b2f74cd5-87c8-4e4b-92f0-2e7b449137ac with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/b2f74cd5-87c8-4e4b-92f0-2e7b449137ac with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-3-8b-Instruct") model = PeftModel.from_pretrained(base_model, "VERSIL91/b2f74cd5-87c8-4e4b-92f0-2e7b449137ac") - Notebooks
- Google Colab
- Kaggle
Ctrl+K