Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
License:
lhoestq HF staff commited on
Commit
452cb6c
1 Parent(s): 3558d9d

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md CHANGED
@@ -20,6 +20,51 @@ task_ids: []
20
  paperswithcode_id: reddit-tifu
21
  tags:
22
  - reddit-posts-summarization
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for "reddit_tifu"
20
  paperswithcode_id: reddit-tifu
21
  tags:
22
  - reddit-posts-summarization
23
+ dataset_info:
24
+ - config_name: short
25
+ features:
26
+ - name: ups
27
+ dtype: float32
28
+ - name: num_comments
29
+ dtype: float32
30
+ - name: upvote_ratio
31
+ dtype: float32
32
+ - name: score
33
+ dtype: float32
34
+ - name: documents
35
+ dtype: string
36
+ - name: tldr
37
+ dtype: string
38
+ - name: title
39
+ dtype: string
40
+ splits:
41
+ - name: train
42
+ num_bytes: 137715925
43
+ num_examples: 79740
44
+ download_size: 670607856
45
+ dataset_size: 137715925
46
+ - config_name: long
47
+ features:
48
+ - name: ups
49
+ dtype: float32
50
+ - name: num_comments
51
+ dtype: float32
52
+ - name: upvote_ratio
53
+ dtype: float32
54
+ - name: score
55
+ dtype: float32
56
+ - name: documents
57
+ dtype: string
58
+ - name: tldr
59
+ dtype: string
60
+ - name: title
61
+ dtype: string
62
+ splits:
63
+ - name: train
64
+ num_bytes: 91984758
65
+ num_examples: 42139
66
+ download_size: 670607856
67
+ dataset_size: 91984758
68
  ---
69
 
70
  # Dataset Card for "reddit_tifu"