File size: 1,017 Bytes
9049b27 | 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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | ---
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
- split: train
path: data/train-*
dataset_info:
features:
- name: question
dtype: string
- name: sql
dtype: string
- name: db_id
dtype: string
- name: question_id
dtype: int64
- name: difficulty
dtype: string
- name: table_names_with_rag
dtype: string
- name: create_statements_all
sequence:
sequence: string
- name: create_statements_rag
sequence:
sequence: string
- name: len_create_all
dtype: int64
- name: len_create_rag
dtype: int64
- name: column_names_with_rag
dtype: string
splits:
- name: test
num_bytes: 10049382
num_examples: 1534
- name: train
num_bytes: 75144753
num_examples: 8571
download_size: 2343758
dataset_size: 85194135
---
# Dataset Card for "bird-prompt-values"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |