File size: 556 Bytes
3510e2a | 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 | ---
dataset_info:
features:
- name: name
dtype: string
- name: description_type
dtype: string
- name: key_string
dtype: string
- name: description
dtype: string
- name: q
dtype: string
- name: a
dtype: string
splits:
- name: train
num_bytes: 2452927
num_examples: 6657
- name: test
num_bytes: 2398609
num_examples: 6474
download_size: 851127
dataset_size: 4851536
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|