jjmachan commited on
Commit
68c846a
1 Parent(s): 7c92ab2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: title
5
+ dtype: string
6
+ - name: subreddit
7
+ dtype: string
8
+ - name: post_id
9
+ dtype: string
10
+ - name: score
11
+ dtype: int64
12
+ - name: link_flair_text
13
+ dtype: string
14
+ - name: is_self
15
+ dtype: bool
16
+ - name: over_18
17
+ dtype: bool
18
+ - name: upvote_ratio
19
+ dtype: float64
20
+ - name: is_question
21
+ dtype: bool
22
+ - name: C1
23
+ dtype: string
24
+ - name: C2
25
+ dtype: string
26
+ - name: C3
27
+ dtype: string
28
+ - name: C4
29
+ dtype: string
30
+ - name: C5
31
+ dtype: string
32
+ splits:
33
+ - name: train
34
+ num_bytes: 3178233
35
+ num_examples: 23519
36
+ download_size: 1238046
37
+ dataset_size: 3178233
38
+ ---
39
+ # Dataset Card for "NSFW-reddit"
40
+
41
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)