mikasiddiqui
commited on
Commit
•
cb6e88a
1
Parent(s):
88750cb
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: sid
|
5 |
+
dtype: int64
|
6 |
+
- name: sid_profile
|
7 |
+
dtype: int64
|
8 |
+
- name: shortcode
|
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: description_category
|
37 |
+
dtype: string
|
38 |
+
- name: description_grade
|
39 |
+
dtype: float64
|
40 |
+
- name: image_grade
|
41 |
+
dtype: float64
|
42 |
+
- name: path
|
43 |
+
dtype: string
|
44 |
+
- name: image_objects
|
45 |
+
sequence: string
|
46 |
+
- name: bboxes
|
47 |
+
sequence:
|
48 |
+
sequence: float64
|
49 |
+
- name: image_dimensions
|
50 |
+
dtype: int64
|
51 |
+
- name: BalancingElements
|
52 |
+
dtype: float64
|
53 |
+
- name: ColorHarmony
|
54 |
+
dtype: float64
|
55 |
+
- name: ContentAesthetics
|
56 |
+
dtype: float64
|
57 |
+
- name: DoFScore
|
58 |
+
dtype: float64
|
59 |
+
- name: LightScore
|
60 |
+
dtype: float64
|
61 |
+
- name: MotionBlurScore
|
62 |
+
dtype: float64
|
63 |
+
- name: ObjectScore
|
64 |
+
dtype: float64
|
65 |
+
- name: RuleOfThirdsScore
|
66 |
+
dtype: float64
|
67 |
+
- name: VividColorScore
|
68 |
+
dtype: float64
|
69 |
+
- name: RepetitionScore
|
70 |
+
dtype: float64
|
71 |
+
- name: SymmetryScore
|
72 |
+
dtype: float64
|
73 |
+
- name: AestheticScore
|
74 |
+
dtype: float64
|
75 |
+
- name: image_shot
|
76 |
+
dtype: string
|
77 |
+
- name: image_category
|
78 |
+
dtype: string
|
79 |
+
splits:
|
80 |
+
- name: train
|
81 |
+
num_bytes: 458234990
|
82 |
+
num_examples: 605868
|
83 |
+
download_size: 283589825
|
84 |
+
dataset_size: 458234990
|
85 |
+
---
|
86 |
+
# Dataset Card for "ig_train_dataset"
|
87 |
+
|
88 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|