VictorDCh commited on
Commit
ad12a50
1 Parent(s): eb06931

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -34,6 +34,16 @@ More information needed
34
 
35
  ## Training procedure
36
 
 
 
 
 
 
 
 
 
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
 
34
 
35
  ## Training procedure
36
 
37
+ prompt format: """You are a helpful assistant who answers questions about database tables by responding with SQL queries. Users will provide you with a set of tables represented as CREATE TABLE statements followed by INSERT statements containing information about the data types contained in each of the tables. Then users will ask a question. Answer the user question by writing a SQL statement with the help of the provided SQL tables."""
38
+
39
+ user_message = """Here is the schema of the tables you will be working with:
40
+
41
+ {schema}
42
+
43
+ -- {question} SELECT"""
44
+
45
+ dataset: VictorDCh/spider-clean-text-to-sql-3
46
+
47
  ### Training hyperparameters
48
 
49
  The following hyperparameters were used during training: