andrewelawrence commited on
Commit
2e3fc38
·
verified ·
1 Parent(s): 0176ba1

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +20 -11
README.md CHANGED
@@ -5,15 +5,24 @@ dataset_info:
5
  dtype: string
6
  - name: story
7
  dtype: string
8
- splits:
9
- - name: train
10
- num_bytes: 955402485
11
- num_examples: 303358
12
- download_size: 603948178
13
- dataset_size: 955402485
14
- configs:
15
- - config_name: default
16
- data_files:
17
- - split: train
18
- path: data/train-*
 
 
 
19
  ---
 
 
 
 
 
 
 
5
  dtype: string
6
  - name: story
7
  dtype: string
8
+ num_rows: 303358
9
+ task_categories:
10
+ - text-generation
11
+ language:
12
+ - en
13
+ tags:
14
+ - writing
15
+ - prompts
16
+ - creative-writing
17
+ - story-generation
18
+ - hierarchical-generation
19
+ size_categories:
20
+ - 100K<n<1M
21
+ license: mit
22
  ---
23
+
24
+ # WritingPrompts Merged Dataset
25
+
26
+ This dataset contains the writing prompts and corresponding stories from [euclaise/writingprompts](https://huggingface.co/datasets/euclaise/writingprompts) with all original train/validation/test splits merged into a single unified dataset.
27
+
28
+ This version is based on the dataset used in the paper ["Hierarchical Neural Story Generation"](https://arxiv.org/pdf/1805.04833.pdf) by Fan et al. (2018).