KaiLv commited on
Commit
b5c7ca6
·
1 Parent(s): 3a638d8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: idx
5
+ dtype: int64
6
+ - name: article
7
+ dtype: string
8
+ - name: highlights
9
+ dtype: string
10
+ - name: len_article
11
+ dtype: int64
12
+ - name: len_highlights
13
+ dtype: int64
14
+ splits:
15
+ - name: train
16
+ num_bytes: 453635426
17
+ num_examples: 155098
18
+ - name: validation
19
+ num_bytes: 21468466
20
+ num_examples: 7512
21
+ - name: test
22
+ num_bytes: 18215547
23
+ num_examples: 6379
24
+ - name: debug
25
+ num_bytes: 292572035
26
+ num_examples: 100000
27
+ download_size: 484340245
28
+ dataset_size: 785891474
29
+ ---
30
+ # Dataset Card for "UDR_CNNDailyMail"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)