Views
No views yet
tiiuae/falcon-rw-1b using Parameter-Efficient Fine-Tuning (LoRA) for the text-to-SQL task. It is trained on custom Spider-style examples that map natural language questions to valid SQL queries over a provided schema context.1"List all employees earning more than 50000"
2→ SELECT * FROM employees WHERE salary > 50000;