lhoestq HF staff commited on
Commit
75ec0e2
1 Parent(s): 99abd2d

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -32,6 +32,30 @@ train-eval-index:
32
  name: Rouge
33
  tags:
34
  - reddit-posts-summarization
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  ---
36
 
37
  # Dataset Card for Reddit Webis-TLDR-17
32
  name: Rouge
33
  tags:
34
  - reddit-posts-summarization
35
+ dataset_info:
36
+ features:
37
+ - name: author
38
+ dtype: string
39
+ - name: body
40
+ dtype: string
41
+ - name: normalizedBody
42
+ dtype: string
43
+ - name: subreddit
44
+ dtype: string
45
+ - name: subreddit_id
46
+ dtype: string
47
+ - name: id
48
+ dtype: string
49
+ - name: content
50
+ dtype: string
51
+ - name: summary
52
+ dtype: string
53
+ splits:
54
+ - name: train
55
+ num_bytes: 18940542951
56
+ num_examples: 3848330
57
+ download_size: 3141854161
58
+ dataset_size: 18940542951
59
  ---
60
 
61
  # Dataset Card for Reddit Webis-TLDR-17