Text Generation
PEFT
Safetensors
Turkish
sql
natural-language-to-sql
qlora
lora
rag
turkish
text2sql
conversational
Instructions to use BMinal/sql_coder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use BMinal/sql_coder with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B-Instruct") model = PeftModel.from_pretrained(base_model, "BMinal/sql_coder") - Notebooks
- Google Colab
- Kaggle