Instructions to use Vader0/stable-code-instruct-3b-text-to-sql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Vader0/stable-code-instruct-3b-text-to-sql with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("stabilityai/stable-code-instruct-3b") model = PeftModel.from_pretrained(base_model, "Vader0/stable-code-instruct-3b-text-to-sql") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
4c4ba92 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:99803e85fae773244b9fa78ee6beb09c2f3210e233d30d8590558138a17e72a2
size 5240
|