1,186 10 months ago

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.

4e5439b3f321 · 115B
{
"num_ctx": 16384,
"num_predict": 8192,
"repeat_penalty": 1.1,
"stop": [
"151645"
],
"temperature": 1,
"top_k": 40,
"top_p": 0.9
}