File size: 482 Bytes
4ee03a7 ef4b34d 4ee03a7 | 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: 420
num_examples: 2
download_size: 3530
dataset_size: 420
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|