Update README.md
Browse files
README.md
CHANGED
@@ -40,12 +40,11 @@ Prompt
|
|
40 |
Please use the following prompt for optimal results. Please remember to use do_sample=False and num_beams=4 for optimal results.
|
41 |
|
42 |
### Task
|
43 |
-
Generate a SQL query to answer
|
44 |
|
45 |
|
46 |
### Answer
|
47 |
-
Given the database schema, here is the SQL query that
|
48 |
-
[SQL]
|
49 |
|
50 |
Evaluation
|
51 |
This model was evaluated on SQL-Eval, a PostgreSQL based evaluation framework developed by Defog for testing and alignment of model capabilities.
|
|
|
40 |
Please use the following prompt for optimal results. Please remember to use do_sample=False and num_beams=4 for optimal results.
|
41 |
|
42 |
### Task
|
43 |
+
Generate a SQL query to answer user_question.
|
44 |
|
45 |
|
46 |
### Answer
|
47 |
+
Given the database schema, here is the SQL query that realize user_question.
|
|
|
48 |
|
49 |
Evaluation
|
50 |
This model was evaluated on SQL-Eval, a PostgreSQL based evaluation framework developed by Defog for testing and alignment of model capabilities.
|