| --- |
| 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 |
| splits: |
| - name: ood |
| num_bytes: 785 |
| num_examples: 2 |
| download_size: 4064 |
| dataset_size: 785 |
| - config_name: mfrc |
| features: |
| - name: text |
| dtype: string |
| - name: row_id |
| dtype: string |
| - name: ground_truth |
| dtype: string |
| splits: |
| - name: train |
| num_bytes: 569 |
| num_examples: 2 |
| - name: val |
| num_bytes: 182 |
| num_examples: 1 |
| download_size: 5333 |
| dataset_size: 751 |
| configs: |
| - config_name: arc_challenge |
| data_files: |
| - split: ood |
| path: arc_challenge/ood-* |
| - config_name: mfrc |
| data_files: |
| - split: train |
| path: mfrc/train-* |
| - split: val |
| path: mfrc/val-* |
| --- |
| |