File size: 1,282 Bytes
d68c2c3 d33b0fd d68c2c3 2010cac d33b0fd d68c2c3 d33b0fd d68c2c3 | 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 66 67 68 69 70 71 72 | ---
dataset_info:
- config_name: arc_challenge
features:
- name: question
dtype: string
- name: choices
dtype: string
- name: row_id
dtype: string
- name: ground_truth
dtype: string
- name: messages
list:
- name: role
dtype: string
- name: content
dtype: string
- name: thinking
dtype: string
- name: reasoning
dtype: string
- name: choice
dtype: string
splits:
- name: ood
num_bytes: 26358
num_examples: 2
download_size: 42673
dataset_size: 26358
- config_name: mfrc
features:
- name: text
dtype: string
- name: row_id
dtype: string
- name: ground_truth
dtype: string
- name: messages
list:
- name: role
dtype: string
- name: content
dtype: string
- name: thinking
dtype: string
- name: reasoning
dtype: string
- name: annotation
dtype: string
splits:
- name: val
num_bytes: 26060
num_examples: 1
- name: train
num_bytes: 60757
num_examples: 2
download_size: 124952
dataset_size: 86817
configs:
- config_name: arc_challenge
data_files:
- split: ood
path: arc_challenge/ood-*
- config_name: mfrc
data_files:
- split: val
path: mfrc/val-*
- split: train
path: mfrc/train-*
---
|