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: 134 Bytes
4c4ba92 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1ac6ecd06720bd21539b6a91e63fbc6347021ce0cd15c8bc5926e8681818197a
size 527639936
|