d0rj commited on
Commit
29e8a78
1 Parent(s): 56f4b35

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: url
5
+ dtype: string
6
+ - name: title
7
+ dtype: string
8
+ - name: summary
9
+ dtype: string
10
+ - name: article
11
+ dtype: string
12
+ - name: step_headers
13
+ dtype: string
14
+ splits:
15
+ - name: train
16
+ num_bytes: 315275236
17
+ num_examples: 35775
18
+ - name: test
19
+ num_bytes: 17584216
20
+ num_examples: 2000
21
+ - name: validation
22
+ num_bytes: 17880851
23
+ num_examples: 2000
24
+ download_size: 194202865
25
+ dataset_size: 350740303
26
+ ---
27
+ # Dataset Card for "wikisum"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)