NickyNicky commited on
Commit
93503f9
1 Parent(s): faed806

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -6,6 +6,19 @@ datasets:
6
  - NickyNicky/synthetic_text_to_sql_format_chatML_gemma
7
  language:
8
  - en
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
 
 
6
  - NickyNicky/synthetic_text_to_sql_format_chatML_gemma
7
  language:
8
  - en
9
+
10
+ widget:
11
+ - text: |
12
+ <bos><start_of_turn>system
13
+ You are a helpful AI assistant.
14
+ you are a sql expert who responds in json format.<end_of_turn>
15
+ <start_of_turn>user
16
+ ## prompt:
17
+ What is the total gold production by 'Site B' in the 'production' table?
18
+
19
+ ## sql context:
20
+ CREATE TABLE production (id INT, site VARCHAR(50), year INT, gold_production INT, silver_production INT);<end_of_turn>
21
+ <start_of_turn>model
22
  ---
23
 
24