frdemarco348 commited on
Commit
3a50051
·
1 Parent(s): 1103a17

Updated metadata in README

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: author
5
+ dtype: string
6
+ - name: body
7
+ dtype: string
8
+ - name: controversiality
9
+ dtype: int64
10
+ - name: created_utc
11
+ dtype: int64
12
+ - name: link_id
13
+ dtype: string
14
+ - name: score
15
+ dtype: int64
16
+ - name: subreddit
17
+ dtype: string
18
+ - name: subreddit_id
19
+ dtype: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 1920019700
23
+ num_examples: 15034827
24
+ download_size: 1920019700
25
+ dataset_size: 1920019700
26
+ ---
27
+ # Dataset Card for "pushshift-reddit"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)