Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,21 @@ base_model:
|
|
16 |
|
17 |
## Model Details
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
### Model Description
|
20 |
|
21 |
<!-- Provide a longer summary of what this model is. -->
|
|
|
16 |
|
17 |
## Model Details
|
18 |
|
19 |
+
Prompt:
|
20 |
+
```
|
21 |
+
### Task
|
22 |
+
Generate a SQL query to answer [QUESTION]{user_question}[/QUESTION]
|
23 |
+
|
24 |
+
### Database Schema
|
25 |
+
The query will run on a database with the following schema:
|
26 |
+
{table_metadata_string_DDL_statements}
|
27 |
+
|
28 |
+
### Answer
|
29 |
+
Given the database schema, here is the SQL query that [QUESTION]{user_question}[/QUESTION]
|
30 |
+
[SQL]
|
31 |
+
```
|
32 |
+
|
33 |
+
|
34 |
### Model Description
|
35 |
|
36 |
<!-- Provide a longer summary of what this model is. -->
|