StreamBench / README.md
brainckwu's picture
Upload dataset
fc5d1b4 verified
|
raw
history blame
No virus
3.1 kB
---
dataset_info:
- config_name: bird
features:
- name: db_id
dtype: string
- name: question
dtype: string
- name: evidence
dtype: string
- name: SQL
dtype: string
- name: question_id
dtype: int64
- name: difficulty
dtype: string
splits:
- name: train
num_bytes: 2601311
num_examples: 6599
- name: validation
num_bytes: 2601311
num_examples: 6599
- name: test
num_bytes: 586056
num_examples: 1534
download_size: 2733604
dataset_size: 5788678
- config_name: cosql
features:
- name: question
dtype: string
- name: SQL
dtype: string
- name: db_id
dtype: string
- name: order
dtype: int64
- name: evidence
dtype: string
- name: difficulty
dtype: string
- name: question_id
dtype: string
splits:
- name: validation
num_bytes: 382980
num_examples: 1155
- name: test
num_bytes: 334388
num_examples: 1007
- name: train
num_bytes: 900616
num_examples: 2688
download_size: 643057
dataset_size: 1617984
- config_name: ds_1000
features:
- name: prompt
dtype: string
- name: reference_code
dtype: string
- name: metadata
struct:
- name: problem_id
dtype: int64
- name: library_problem_id
dtype: int64
- name: library
dtype: string
- name: test_case_cnt
dtype: int64
- name: perturbation_type
dtype: string
- name: perturbation_origin_id
dtype: int64
- name: code_context
dtype: string
splits:
- name: test
num_bytes: 3143238
num_examples: 1000
download_size: 717348
dataset_size: 3143238
- config_name: spider
features:
- name: question
dtype: string
- name: SQL
dtype: string
- name: db_id
dtype: string
- name: question_id
dtype: int64
- name: evidence
dtype: string
- name: difficulty
dtype: string
splits:
- name: validation
num_bytes: 344953
num_examples: 1034
- name: test
num_bytes: 757143
num_examples: 2147
- name: train
num_bytes: 1438451
num_examples: 4001
download_size: 763618
dataset_size: 2540547
- config_name: toolbench
features:
- name: query
dtype: string
- name: api_name
dtype: string
- name: api_desc
dtype: string
- name: api_input
dtype: string
splits:
- name: test
num_bytes: 509646
num_examples: 750
download_size: 44499
dataset_size: 509646
configs:
- config_name: bird
data_files:
- split: train
path: bird/train-*
- split: validation
path: bird/validation-*
- split: test
path: bird/test-*
- config_name: cosql
data_files:
- split: validation
path: cosql/validation-*
- split: test
path: cosql/test-*
- split: train
path: cosql/train-*
- config_name: ds_1000
data_files:
- split: test
path: ds_1000/test-*
- config_name: spider
data_files:
- split: validation
path: spider/validation-*
- split: test
path: spider/test-*
- split: train
path: spider/train-*
- config_name: toolbench
data_files:
- split: test
path: toolbench/test-*
---