File size: 837 Bytes
1a93d61 eb431d6 1a93d61 6a524f8 1a93d61 6a524f8 1a93d61 6a524f8 1a93d61 6a524f8 1a93d61 2ff24ae |
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 |
---
language:
- en
license: mit
size_categories:
- 100K<n<1M
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
dataset_info:
features:
- name: prompt
dtype: string
- name: story
dtype: string
splits:
- name: train
num_bytes: 858816216
num_examples: 272600
- name: test
num_bytes: 47681276
num_examples: 15138
- name: validation
num_bytes: 48904993
num_examples: 15620
download_size: 605049830
dataset_size: 955402485
---
# Dataset Card for "writingprompts"
WritingPrompts dataset, as used in [Hierarchical Neural Story Generation](https://arxiv.org/pdf/1805.04833.pdf). Parsed from [the archive](https://dl.fbaipublicfiles.com/fairseq/data/writingPrompts.tar.gz) |