mikasiddiqui
commited on
Commit
•
cd1f71f
1
Parent(s):
f32d6a8
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -9,17 +9,17 @@ dataset_info:
|
|
9 |
dtype: string
|
10 |
- name: profile_id
|
11 |
dtype: int64
|
12 |
-
- name:
|
13 |
dtype: string
|
14 |
- name: post_type
|
15 |
dtype: int64
|
16 |
- name: description
|
17 |
dtype: string
|
18 |
-
- name:
|
19 |
dtype: int64
|
20 |
-
- name:
|
21 |
dtype: int64
|
22 |
-
- 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:
|
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:
|
43 |
num_examples: 17210370
|
44 |
-
download_size:
|
45 |
-
dataset_size:
|
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 |
|