ummagumm-a commited on
Commit
8319511
1 Parent(s): bccfb5e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: post_id
5
+ dtype: string
6
+ - name: post_title
7
+ dtype: string
8
+ - name: post_body
9
+ dtype: float64
10
+ - name: subreddit
11
+ dtype: string
12
+ - name: post_url
13
+ dtype: string
14
+ - name: flair_text
15
+ dtype: float64
16
+ - name: score
17
+ dtype: int64
18
+ - name: comments
19
+ dtype: int64
20
+ - name: upvote_ratio
21
+ dtype: float64
22
+ - name: date-time
23
+ dtype: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 1374
27
+ num_examples: 5
28
+ download_size: 6810
29
+ dataset_size: 1374
30
+ ---
31
+ # Dataset Card for "reddit_posts"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)