mikasiddiqui commited on
Commit
fb050db
·
1 Parent(s): 5a90491

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: sid
5
+ dtype: int64
6
+ - name: sid_profile
7
+ dtype: int64
8
+ - name: post_id
9
+ dtype: string
10
+ - name: profile_id
11
+ dtype: int64
12
+ - name: date
13
+ dtype: string
14
+ - name: post_type
15
+ dtype: int64
16
+ - name: description
17
+ dtype: string
18
+ - name: likes
19
+ dtype: int64
20
+ - name: comments
21
+ dtype: int64
22
+ - name: username
23
+ dtype: string
24
+ - name: bio
25
+ dtype: string
26
+ - name: following
27
+ dtype: int64
28
+ - name: followers
29
+ dtype: int64
30
+ - name: num_posts
31
+ dtype: int64
32
+ - name: is_business_account
33
+ dtype: bool
34
+ - name: lang
35
+ dtype: string
36
+ - name: category
37
+ dtype: string
38
+ splits:
39
+ - name: train
40
+ num_bytes: 252569587.25818375
41
+ num_examples: 605886
42
+ download_size: 139505202
43
+ dataset_size: 252569587.25818375
44
+ ---
45
+ # Dataset Card for "main_instagram"
46
+
47
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)