mikasiddiqui commited on
Commit
83f4c3d
1 Parent(s): 50354e8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: cts
13
+ dtype: string
14
+ - name: post_type
15
+ dtype: int64
16
+ - name: description
17
+ dtype: string
18
+ - name: numbr_likes
19
+ dtype: int64
20
+ - name: number_comments
21
+ dtype: int64
22
+ - name: profile_name
23
+ dtype: string
24
+ - name: bio
25
+ dtype: string
26
+ - name: following
27
+ dtype: int64
28
+ - name: followers
29
+ dtype: int64
30
+ - name: n_posts
31
+ dtype: int64
32
+ - name: is_business_account
33
+ dtype: bool
34
+ - name: lang
35
+ dtype: string
36
+ - name: embeddings
37
+ sequence: float32
38
+ - name: category
39
+ dtype: string
40
+ splits:
41
+ - name: train
42
+ num_bytes: 8551142992
43
+ num_examples: 17210370
44
+ download_size: 1627466872
45
+ dataset_size: 8551142992
46
+ ---
47
+ # Dataset Card for "private_instagram"
48
+
49
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)