Instructions to use nblinh63/baa9e47f-be34-4ca2-a9d2-88a9fa180a80 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nblinh63/baa9e47f-be34-4ca2-a9d2-88a9fa180a80 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, "nblinh63/baa9e47f-be34-4ca2-a9d2-88a9fa180a80") - Notebooks
- Google Colab
- Kaggle
Ctrl+K