Asap7772 commited on
Commit
908bfe9
·
verified ·
1 Parent(s): 9dea533

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: title
12
+ dtype: string
13
+ - name: selftext
14
+ dtype: string
15
+ - name: score
16
+ dtype: int64
17
+ - name: num_comments
18
+ dtype: int64
19
+ - name: upvote_ratio
20
+ dtype: float64
21
+ - name: created_utc
22
+ dtype: float64
23
+ - name: subreddit
24
+ dtype: string
25
+ splits:
26
+ - name: train
27
+ num_bytes: 3576983.349282297
28
+ num_examples: 1128
29
+ - name: test
30
+ num_bytes: 399556.65071770333
31
+ num_examples: 126
32
+ download_size: 2489160
33
+ dataset_size: 3976540.0
34
+ ---
35
+ # Dataset Card for "subreddit_data"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)