Instructions to use bbytxt/6716bef0-46d1-4b0a-84bc-7b7201d23a37 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use bbytxt/6716bef0-46d1-4b0a-84bc-7b7201d23a37 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, "bbytxt/6716bef0-46d1-4b0a-84bc-7b7201d23a37") - Notebooks
- Google Colab
- Kaggle
Ctrl+K