Instructions to use VERSIL91/6c0e932e-e704-452a-9f30-9340c3dfd802 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/6c0e932e-e704-452a-9f30-9340c3dfd802 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/6c0e932e-e704-452a-9f30-9340c3dfd802") - Notebooks
- Google Colab
- Kaggle
Ctrl+K