File size: 573 Bytes
76a6561 1b59f20 76a6561 bb03edf 76a6561 |
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 |
---
dataset_info:
features:
- name: question
dtype: string
- name: choices
sequence: string
- name: answer
dtype: string
splits:
- name: train
num_bytes: 1207973.0
num_examples: 6508
- name: validation
num_bytes: 384475.0
num_examples: 2144
- name: test
num_bytes: 414915.0
num_examples: 2224
download_size: 872725
dataset_size: 2007363.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
|