File size: 653 Bytes
2d6b76d 2c995c5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
---
license: apache-2.0
base_model:
- Qwen/Qwen2.5-Coder-7B-Instruct
---
## Overview
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.
## Key Features
- **Lightweight RL formulation**: Uses only execution correctness and syntax validity as rewards.
- **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) |