Update README.md
Browse files
README.md
CHANGED
|
@@ -14,6 +14,7 @@ tags:
|
|
| 14 |
- nl2sql
|
| 15 |
widget:
|
| 16 |
- text: "### Task\nGenerate a SQL query to answer the following question:\n`How many heads of the departments are older than 56?`\n\n### Database Schema\nThe query will run on a database with the following schema:\nCREATE TABLE head (age INTEGER)\n\n### Answer\nGiven the database schema, here is the SQL query that answers `How many heads of the departments are older than 56?`:\n```sql"
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
# Update: 14-03-2024 - The model card is still updating. Thanks for being patient! ππ
|
|
|
|
| 14 |
- nl2sql
|
| 15 |
widget:
|
| 16 |
- text: "### Task\nGenerate a SQL query to answer the following question:\n`How many heads of the departments are older than 56?`\n\n### Database Schema\nThe query will run on a database with the following schema:\nCREATE TABLE head (age INTEGER)\n\n### Answer\nGiven the database schema, here is the SQL query that answers `How many heads of the departments are older than 56?`:\n```sql"
|
| 17 |
+
example_title: "One Table"
|
| 18 |
---
|
| 19 |
|
| 20 |
# Update: 14-03-2024 - The model card is still updating. Thanks for being patient! ππ
|