c00k1ez commited on
Commit
64d1f67
1 Parent(s): 614fc2e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: chapter_id
5
+ dtype: int64
6
+ - name: book_id
7
+ dtype: int64
8
+ - name: chapter_title
9
+ dtype: string
10
+ - name: chapter_summary
11
+ dtype: string
12
+ - name: source
13
+ dtype: int64
14
+ - name: chapters_text
15
+ dtype: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 25303291
19
+ num_examples: 816
20
+ - name: validation
21
+ num_bytes: 3636465
22
+ num_examples: 139
23
+ download_size: 14675842
24
+ dataset_size: 28939756
25
+ ---
26
+ # Dataset Card for "summarization"
27
+
28
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)