Add README
Browse files
README.md
CHANGED
@@ -1,27 +1,57 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
|
|
|
|
3 |
features:
|
4 |
-
-
|
5 |
-
|
6 |
-
-
|
7 |
-
|
8 |
-
-
|
9 |
-
|
10 |
- name: generated_summary_text
|
11 |
struct:
|
12 |
-
-
|
13 |
-
|
14 |
-
-
|
15 |
-
|
16 |
splits:
|
17 |
- name: train
|
18 |
num_bytes: 539703
|
19 |
num_examples: 500
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
-
|
24 |
-
|
25 |
-
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- path: data/train-*
|
6 |
+
split: train
|
7 |
dataset_info:
|
8 |
+
dataset_size: 539703
|
9 |
+
download_size: 228563
|
10 |
features:
|
11 |
+
- dtype: string
|
12 |
+
name: keyword
|
13 |
+
- dtype: string
|
14 |
+
name: topic
|
15 |
+
- dtype: string
|
16 |
+
name: language
|
17 |
- name: generated_summary_text
|
18 |
struct:
|
19 |
+
- dtype: string
|
20 |
+
name: summary
|
21 |
+
- dtype: string
|
22 |
+
name: text
|
23 |
splits:
|
24 |
- name: train
|
25 |
num_bytes: 539703
|
26 |
num_examples: 500
|
27 |
+
language:
|
28 |
+
- en
|
29 |
+
license:
|
30 |
+
- apache-2.0
|
31 |
+
size_category:
|
32 |
+
- 1K-10K
|
33 |
+
tags:
|
34 |
+
- stories
|
35 |
+
- folk-tales
|
36 |
+
- poems
|
37 |
+
- essays
|
38 |
+
- synthetic
|
39 |
+
- text
|
40 |
+
- synthgenai
|
41 |
+
task_categories:
|
42 |
+
- summarization
|
43 |
---
|
44 |
+
|
45 |
+
|
46 |
+
|
47 |
+
## Description
|
48 |
+
|
49 |
+
- **Topic:** Stories, Folk Tales, Poems, and Essays
|
50 |
+
- **Domains:** Stories, Folk Tales, Poems, Essays
|
51 |
+
- **Focus:** This dataset contains a collection of stories, folk tales, poems, and essays, that are summarized.
|
52 |
+
- **Number of Entries:** 500
|
53 |
+
- **Dataset Type:** Summarization Dataset
|
54 |
+
- **Model Used:** bedrock/us.amazon.nova-pro-v1:0
|
55 |
+
- **Language:** English
|
56 |
+
- **Additional Information:** Generated using summarization techniques to provide concise versions of the original texts.
|
57 |
+
- **Generated by:** SynthGenAI Package
|