Instructions to use VERSIL91/4b5f16a4-1279-41fb-bd69-829245a4fd37 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/4b5f16a4-1279-41fb-bd69-829245a4fd37 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("defog/llama-3-sqlcoder-8b") model = PeftModel.from_pretrained(base_model, "VERSIL91/4b5f16a4-1279-41fb-bd69-829245a4fd37") - Notebooks
- Google Colab
- Kaggle
Ctrl+K