Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,39 +1,45 @@
|
|
1 |
-
---
|
2 |
-
dataset_info:
|
3 |
-
features:
|
4 |
-
- name: UID
|
5 |
-
dtype: string
|
6 |
-
- name: Image
|
7 |
-
dtype: image
|
8 |
-
- name: ImageSize
|
9 |
-
dtype: int64
|
10 |
-
- name: Name
|
11 |
-
dtype: string
|
12 |
-
- name: IsFemale
|
13 |
-
dtype: bool
|
14 |
-
- name: IsHumanoid
|
15 |
-
dtype: bool
|
16 |
-
- name: IsNormal
|
17 |
-
dtype: bool
|
18 |
-
- name: MALName
|
19 |
-
dtype: string
|
20 |
-
- name: MALId
|
21 |
-
dtype: int64
|
22 |
-
- name: ImageContributor
|
23 |
-
dtype: string
|
24 |
-
- name: ImageCreator
|
25 |
-
dtype: string
|
26 |
-
- name: ImageSource
|
27 |
-
dtype: string
|
28 |
-
splits:
|
29 |
-
- name: train
|
30 |
-
num_bytes: 153057824
|
31 |
-
num_examples: 382
|
32 |
-
download_size: 152464790
|
33 |
-
dataset_size: 153057824
|
34 |
-
configs:
|
35 |
-
- config_name: default
|
36 |
-
data_files:
|
37 |
-
- split: train
|
38 |
-
path: data/train-*
|
39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: UID
|
5 |
+
dtype: string
|
6 |
+
- name: Image
|
7 |
+
dtype: image
|
8 |
+
- name: ImageSize
|
9 |
+
dtype: int64
|
10 |
+
- name: Name
|
11 |
+
dtype: string
|
12 |
+
- name: IsFemale
|
13 |
+
dtype: bool
|
14 |
+
- name: IsHumanoid
|
15 |
+
dtype: bool
|
16 |
+
- name: IsNormal
|
17 |
+
dtype: bool
|
18 |
+
- name: MALName
|
19 |
+
dtype: string
|
20 |
+
- name: MALId
|
21 |
+
dtype: int64
|
22 |
+
- name: ImageContributor
|
23 |
+
dtype: string
|
24 |
+
- name: ImageCreator
|
25 |
+
dtype: string
|
26 |
+
- name: ImageSource
|
27 |
+
dtype: string
|
28 |
+
splits:
|
29 |
+
- name: train
|
30 |
+
num_bytes: 153057824
|
31 |
+
num_examples: 382
|
32 |
+
download_size: 152464790
|
33 |
+
dataset_size: 153057824
|
34 |
+
configs:
|
35 |
+
- config_name: default
|
36 |
+
data_files:
|
37 |
+
- split: train
|
38 |
+
path: data/train-*
|
39 |
+
license: cc
|
40 |
+
task_categories:
|
41 |
+
- text-to-image
|
42 |
+
tags:
|
43 |
+
- art
|
44 |
+
pretty_name: Padoru
|
45 |
+
---
|