Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
100K - 1M
Tags:
story-generation
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,13 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
3 |
features:
|
4 |
- name: summary
|
@@ -11,7 +20,22 @@ dataset_info:
|
|
11 |
num_examples: 427223
|
12 |
download_size: 213328659
|
13 |
dataset_size: 382195278
|
|
|
|
|
14 |
---
|
15 |
-
#
|
16 |
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
multilinguality:
|
5 |
+
- monolingual
|
6 |
+
task_categories:
|
7 |
+
- text-generation
|
8 |
+
task_ids: []
|
9 |
+
tags:
|
10 |
+
- story-generation
|
11 |
dataset_info:
|
12 |
features:
|
13 |
- name: summary
|
|
|
20 |
num_examples: 427223
|
21 |
download_size: 213328659
|
22 |
dataset_size: 382195278
|
23 |
+
size_categories:
|
24 |
+
- 100K<n<1M
|
25 |
---
|
26 |
+
# Story generation
|
27 |
|
28 |
+
## Dataset Description
|
29 |
+
|
30 |
+
- **Homepage:** https://laion.ai/
|
31 |
+
|
32 |
+
### Dataset Summary
|
33 |
+
|
34 |
+
This dataset contains summaries and stories from [RUCAIBox/Story-Generation](https://huggingface.co/datasets/RUCAIBox/Story-Generation) dataset.
|
35 |
+
|
36 |
+
## Dataset Structure
|
37 |
+
|
38 |
+
### Data Fields
|
39 |
+
|
40 |
+
- `summary`: The summary of the story
|
41 |
+
- `story`: The story
|