Update README.md
#1
by
Borise
- opened
README.md
CHANGED
@@ -2,4 +2,12 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model:
|
4 |
- Qwen/Qwen2.5-Coder-7B-Instruct
|
5 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
base_model:
|
4 |
- Qwen/Qwen2.5-Coder-7B-Instruct
|
5 |
+
---
|
6 |
+
|
7 |
+
## Overview
|
8 |
+
Arctic-Text2SQL-R1-7B is a 7-billion-parameter Text-to-SQL model fine-tuned using Group Relative Policy Optimization (GRPO) with a simple execution-based reward signal. It converts natural language questions into executable SQL queries.
|
9 |
+
|
10 |
+
## Key Features
|
11 |
+
|
12 |
+
- **Lightweight RL formulation**: Uses only execution correctness and syntax validity as rewards.
|
13 |
+
- **State-of-the-art performance**: chieves 68.9% execution accuracy on BIRD-dev and 68.5% on BIRD-test, with an average of 57.2% across six benchmarks (BIRD, Spider, Spider2.0, Spider-DK, EHRSQL, ScienceBenchmark)
|