Ahren09 commited on
Commit
7fb9052
·
verified ·
1 Parent(s): 7229070

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: '2018'
6
+ path: data/2018-*
7
+ dataset_info:
8
+ features:
9
+ - name: url
10
+ dtype: string
11
+ - name: netloc
12
+ dtype: string
13
+ - name: post_id
14
+ dtype: string
15
+ - name: timestamp
16
+ dtype: int64
17
+ - name: subreddit
18
+ dtype: string
19
+ - name: author
20
+ dtype: string
21
+ - name: video_id
22
+ dtype: string
23
+ splits:
24
+ - name: '2018'
25
+ num_bytes: 93420856
26
+ num_examples: 763026
27
+ download_size: 43239508
28
+ dataset_size: 93420856
29
+ ---
30
+ # Dataset Card for "reddit"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)