File size: 1,225 Bytes
30ca256 5202dfc 30ca256 5202dfc 30ca256 |
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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 |
---
dataset_info:
- config_name: ARC-Challenge
features:
- name: answerKey
dtype: string
- name: choices
struct:
- name: label
sequence: string
- name: text
sequence: string
- name: id
dtype: string
- name: question
dtype: string
splits:
- name: validation
num_bytes: 246293
num_examples: 299
- name: test
num_bytes: 956449
num_examples: 1172
download_size: 423484
dataset_size: 1202742
- config_name: default
features:
- name: _data_files
list:
- name: filename
dtype: string
- name: _fingerprint
dtype: string
- name: _format_columns
dtype: 'null'
- name: _format_type
dtype: 'null'
- name: _output_all_columns
dtype: bool
- name: _split
dtype: 'null'
splits:
- name: validation
num_bytes: 54
num_examples: 1
- name: test
num_bytes: 54
num_examples: 1
download_size: 6510
dataset_size: 108
configs:
- config_name: ARC-Challenge
data_files:
- split: validation
path: ARC-Challenge/validation-*
- split: test
path: ARC-Challenge/test-*
- config_name: default
data_files:
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
|