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
Büşra Mina AL commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# SQLCoder V2 — Türkçe NL→SQL LoRA Modeli
|
| 2 |
|
| 3 |
Bu README, HuggingFace model sayfan için hazırlanmış indirilebilir dosyadır.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: peft
|
| 3 |
+
base_model: Qwen/Qwen2.5-7B-Instruct
|
| 4 |
+
tags:
|
| 5 |
+
- sql
|
| 6 |
+
- natural-language-to-sql
|
| 7 |
+
- qlora
|
| 8 |
+
- lora
|
| 9 |
+
- rag
|
| 10 |
+
- turkish
|
| 11 |
+
- text2sql
|
| 12 |
+
license: apache-2.0
|
| 13 |
+
language:
|
| 14 |
+
- tr
|
| 15 |
+
pipeline_tag: text-generation
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# 🇹🇷 SQL Coder – Türkçe NL → SQL LoRA Modeli
|
| 19 |
+
...
|
| 20 |
+
|
| 21 |
+
|
| 22 |
# SQLCoder V2 — Türkçe NL→SQL LoRA Modeli
|
| 23 |
|
| 24 |
Bu README, HuggingFace model sayfan için hazırlanmış indirilebilir dosyadır.
|