File size: 617 Bytes
9ac4b62 ec7963a 9ac4b62 6740793 |
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 |
---
dataset_info:
config_name: multitask
features:
- name: text
dtype: string
- name: choices
sequence: string
- name: label
dtype: int64
splits:
- name: train
num_bytes: 480162837
num_examples: 1053588
download_size: 262013771
dataset_size: 480162837
configs:
- config_name: multitask
data_files:
- split: train
path: multitask/train-*
license: odc-by
language:
- en
size_categories:
- 1M<n<10M
---
https://github.com/danieljkim0118/TaskWeb
```
DatasetDict({
train: Dataset({
features: ['text', 'choices', 'label'],
num_rows: 1053588
})
})
``` |