File size: 757 Bytes
a365416 |
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 34 35 36 37 38 39 40 41 42 |
---
dataset_info:
features:
- name: id
dtype: string
- name: question
dtype: string
- name: question_concept
dtype: string
- name: choices
sequence:
- name: label
dtype: string
- name: text
dtype: string
- name: answerKey
dtype: string
- name: question_concat
dtype: string
splits:
- name: train
num_bytes: 4119473
num_examples: 9741
- name: validation
num_bytes: 510859
num_examples: 1221
- name: test
num_bytes: 482260
num_examples: 1140
download_size: 2735387
dataset_size: 5112592
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
|