Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,37 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: mit
|
5 |
+
size_categories:
|
6 |
+
- 100K<n<1M
|
7 |
+
configs:
|
8 |
+
- config_name: default
|
9 |
+
data_files:
|
10 |
+
- split: train
|
11 |
+
path: data/train-*
|
12 |
+
- split: test
|
13 |
+
path: data/test-*
|
14 |
+
- split: validation
|
15 |
+
path: data/validation-*
|
16 |
+
dataset_info:
|
17 |
+
features:
|
18 |
+
- name: prompt
|
19 |
+
dtype: string
|
20 |
+
- name: story
|
21 |
+
dtype: string
|
22 |
+
splits:
|
23 |
+
- name: train
|
24 |
+
num_bytes: 858816216
|
25 |
+
num_examples: 272600
|
26 |
+
- name: test
|
27 |
+
num_bytes: 47681276
|
28 |
+
num_examples: 15138
|
29 |
+
- name: validation
|
30 |
+
num_bytes: 48904993
|
31 |
+
num_examples: 15620
|
32 |
+
download_size: 605049830
|
33 |
+
dataset_size: 955402485
|
34 |
+
---
|
35 |
+
# Dataset Card for "writingprompts"
|
36 |
+
|
37 |
+
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)
|