File size: 539 Bytes
6b13df9 |
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 |
---
dataset_info:
features:
- name: query
dtype: string
- name: text
dtype: string
- name: type
dtype: string
- name: id
dtype: string
- name: __index_level_0__
dtype: int64
splits:
- name: validation
num_bytes: 22289459
num_examples: 118681
- name: test
num_bytes: 22386446
num_examples: 118600
download_size: 15581884
dataset_size: 44675905
configs:
- config_name: default
data_files:
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
|