Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,102 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: image
|
10 |
+
dtype: image
|
11 |
+
- name: attributes
|
12 |
+
struct:
|
13 |
+
- name: 5_o_Clock_Shadow
|
14 |
+
dtype: string
|
15 |
+
- name: Arched_Eyebrows
|
16 |
+
dtype: string
|
17 |
+
- name: Attractive
|
18 |
+
dtype: string
|
19 |
+
- name: Bags_Under_Eyes
|
20 |
+
dtype: string
|
21 |
+
- name: Bald
|
22 |
+
dtype: string
|
23 |
+
- name: Bangs
|
24 |
+
dtype: string
|
25 |
+
- name: Big_Lips
|
26 |
+
dtype: string
|
27 |
+
- name: Big_Nose
|
28 |
+
dtype: string
|
29 |
+
- name: Black_Hair
|
30 |
+
dtype: string
|
31 |
+
- name: Blond_Hair
|
32 |
+
dtype: string
|
33 |
+
- name: Blurry
|
34 |
+
dtype: string
|
35 |
+
- name: Brown_Hair
|
36 |
+
dtype: string
|
37 |
+
- name: Bushy_Eyebrows
|
38 |
+
dtype: string
|
39 |
+
- name: Chubby
|
40 |
+
dtype: string
|
41 |
+
- name: Double_Chin
|
42 |
+
dtype: string
|
43 |
+
- name: Eyeglasses
|
44 |
+
dtype: string
|
45 |
+
- name: Goatee
|
46 |
+
dtype: string
|
47 |
+
- name: Gray_Hair
|
48 |
+
dtype: string
|
49 |
+
- name: Heavy_Makeup
|
50 |
+
dtype: string
|
51 |
+
- name: High_Cheekbones
|
52 |
+
dtype: string
|
53 |
+
- name: Male
|
54 |
+
dtype: string
|
55 |
+
- name: Mouth_Slightly_Open
|
56 |
+
dtype: string
|
57 |
+
- name: Mustache
|
58 |
+
dtype: string
|
59 |
+
- name: Narrow_Eyes
|
60 |
+
dtype: string
|
61 |
+
- name: No_Beard
|
62 |
+
dtype: string
|
63 |
+
- name: Oval_Face
|
64 |
+
dtype: string
|
65 |
+
- name: Pale_Skin
|
66 |
+
dtype: string
|
67 |
+
- name: Pointy_Nose
|
68 |
+
dtype: string
|
69 |
+
- name: Receding_Hairline
|
70 |
+
dtype: string
|
71 |
+
- name: Rosy_Cheeks
|
72 |
+
dtype: string
|
73 |
+
- name: Sideburns
|
74 |
+
dtype: string
|
75 |
+
- name: Smiling
|
76 |
+
dtype: string
|
77 |
+
- name: Straight_Hair
|
78 |
+
dtype: string
|
79 |
+
- name: Wavy_Hair
|
80 |
+
dtype: string
|
81 |
+
- name: Wearing_Earrings
|
82 |
+
dtype: string
|
83 |
+
- name: Wearing_Hat
|
84 |
+
dtype: string
|
85 |
+
- name: Wearing_Lipstick
|
86 |
+
dtype: string
|
87 |
+
- name: Wearing_Necklace
|
88 |
+
dtype: string
|
89 |
+
- name: Wearing_Necktie
|
90 |
+
dtype: string
|
91 |
+
- name: Young
|
92 |
+
dtype: string
|
93 |
+
splits:
|
94 |
+
- name: train
|
95 |
+
num_bytes: 1456173097.427
|
96 |
+
num_examples: 202599
|
97 |
+
download_size: 1410042939
|
98 |
+
dataset_size: 1456173097.427
|
99 |
+
---
|
100 |
+
# Dataset Card for "celeba_attr_feliu"
|
101 |
+
|
102 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|