| features: | |
| - name: input | |
| dtype: string | |
| - name: output | |
| dtype: json | |
| - name: schema | |
| list: | |
| - name: label | |
| dtype: string | |
| - name: description | |
| dtype: string | |
| - name: task | |
| dtype: string | |
| configs: | |
| - config_name: "default" | |
| data_files: | |
| - split: "train" | |
| path: "data/gap_train.jsonl" | |
| - split: "validation" | |
| path: "data/gap_validation.jsonl" | |
| - split: "test" | |
| path: "data/gap_test.jsonl" | |