lucasmccabe-lmi commited on
Commit
47ec1a4
1 Parent(s): 025eb27

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -16,4 +16,10 @@ dataset_info:
16
  ---
17
  # Dataset Card for "sql-create-context_alpaca_style"
18
 
19
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
16
  ---
17
  # Dataset Card for "sql-create-context_alpaca_style"
18
 
19
+ We provide a minor modification of the [sql-create-context](https://huggingface.co/datasets/b-mc2/sql-create-context) dataset. In particular, we 1) prepend each instruction with the phrase, "Write a SQL query that answers the following question: " and 2) prepend each context with the phrase, "The relevant table was constructed using the following SQL CREATE TABLE statement: ".
20
+
21
+ ## Numbers:
22
+
23
+ Prompts: 78577
24
+
25
+ Tokens: 6438971 using the EleutherAI/gpt-neox-20b tokenizer (counting instruction+input+output)