File size: 528 Bytes
2aada07 533bae4 4817581 533bae4 4817581 2aada07 |
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 |
---
license: mit
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: db_id
dtype: string
- name: query
dtype: string
- name: question
dtype: string
- name: create_w_keys
dtype: string
- name: create_wo_keys
dtype: string
- name: difficulty
dtype: string
- name: zero_shot_request
dtype: string
splits:
- name: train
num_bytes: 3321368
num_examples: 1034
download_size: 210145
dataset_size: 3321368
---
|