Shekswess commited on
Commit
b8a2726
·
verified ·
1 Parent(s): 2788fbf

Add README

Browse files
Files changed (1) hide show
  1. README.md +47 -17
README.md CHANGED
@@ -1,27 +1,57 @@
1
  ---
 
 
 
 
 
2
  dataset_info:
 
 
3
  features:
4
- - name: keyword
5
- dtype: string
6
- - name: topic
7
- dtype: string
8
- - name: language
9
- dtype: string
10
  - name: generated_summary_text
11
  struct:
12
- - name: summary
13
- dtype: string
14
- - name: text
15
- dtype: string
16
  splits:
17
  - name: train
18
  num_bytes: 539703
19
  num_examples: 500
20
- download_size: 228563
21
- dataset_size: 539703
22
- configs:
23
- - config_name: default
24
- data_files:
25
- - split: train
26
- path: data/train-*
 
 
 
 
 
 
 
 
 
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