eglym commited on
Commit
f2c6cc4
·
verified ·
1 Parent(s): 5dde050

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
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 [QUESTION]{user_question}[/QUESTION]
44
 
45
 
46
  ### Answer
47
- Given the database schema, here is the SQL query that [QUESTION]{user_question}[/QUESTION]
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.