Ahren09 commited on
Commit
f745ecb
·
verified ·
1 Parent(s): b826757

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: url
5
+ dtype: string
6
+ - name: netloc
7
+ dtype: string
8
+ - name: post_id
9
+ dtype: string
10
+ - name: timestamp
11
+ dtype: int64
12
+ - name: subreddit
13
+ dtype: string
14
+ - name: author
15
+ dtype: string
16
+ - name: is_youtube_link
17
+ dtype: bool
18
+ - name: resource_type
19
+ dtype: string
20
+ - name: video_token
21
+ dtype: string
22
+ - name: author_fullname
23
+ dtype: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 8087927043
27
+ num_examples: 56737453
28
+ download_size: 3372798671
29
+ dataset_size: 8087927043
30
+ ---
31
+ # Dataset Card for "INPAC_information_sharing"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)