File size: 830 Bytes
025eb27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47ec1a4
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
dataset_info:
  features:
  - name: instruction
    dtype: string
  - name: input
    dtype: string
  - name: output
    dtype: string
  splits:
  - name: train
    num_bytes: 28203562.0
    num_examples: 78577
  download_size: 9312899
  dataset_size: 28203562.0
---
# Dataset Card for "sql-create-context_alpaca_style"

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: ".

## Numbers:

Prompts: 78577

Tokens: 6438971 using the EleutherAI/gpt-neox-20b tokenizer (counting instruction+input+output)