Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghy-sketchzh authored Jan 27, 2024
1 parent f8ae36a commit 37d249f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dbgpt_hub/configs/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,15 @@
# }
# ,
# {
# {
# "data_source": "sparc",
# "train_file": ["train.json"],
# "train_tables_file": "tables.json",
# "dev_tables_file": "tables.json",
# "dev_file": ["dev.json"],
# "tables_file": "tables.json",
# "db_id_name": "database_id",
# "is_multiple_turn": True,
# "output_name": "query",
# }
]
INSTRUCTION_PROMPT = """\
Expand Down

0 comments on commit 37d249f

Please sign in to comment.