File size: 490 Bytes
a9e7a0b | 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 | ---
dataset_info:
features:
- name: question
dtype: string
- name: choices
sequence: string
- name: answer_index
dtype: int64
- name: answer_text
dtype: string
- name: source
dtype: string
- name: explanation
dtype: string
splits:
- name: calibration
num_bytes: 349219.0
num_examples: 512
download_size: 221988
dataset_size: 349219.0
configs:
- config_name: default
data_files:
- split: calibration
path: data/calibration-*
---
|