mikasiddiqui commited on
Commit
cd1f71f
1 Parent(s): f32d6a8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -10
README.md CHANGED
@@ -9,17 +9,17 @@ dataset_info:
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
@@ -27,22 +27,20 @@ dataset_info:
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
 
 
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
 
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: 7174313392
41
  num_examples: 17210370
42
+ download_size: 2667007043
43
+ dataset_size: 7174313392
44
  ---
45
  # Dataset Card for "private_instagram"
46