File size: 482 Bytes
636fa5e bc3926a 636fa5e |
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 |
---
dataset_info:
features:
- name: task
dtype: string
- name: goals
dtype: string
- name: description
dtype: string
- name: complete
dtype: bool
- name: store_place
dtype: string
- name: email_working
dtype: string
- name: id
dtype: string
splits:
- name: train
num_bytes: 419
num_examples: 2
download_size: 3530
dataset_size: 419
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|