Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,27 +1,77 @@
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
- machine-generated
|
4 |
-
language:
|
5 |
-
- en
|
6 |
language_creators:
|
7 |
- found
|
|
|
|
|
8 |
license:
|
9 |
- unknown
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
-
pretty_name: Magazine
|
13 |
size_categories: []
|
14 |
source_datasets:
|
15 |
- original
|
16 |
-
tags:
|
17 |
-
- graphic design
|
18 |
-
- layout
|
19 |
-
- content-aware
|
20 |
task_categories:
|
21 |
- image-to-image
|
22 |
- text-to-image
|
23 |
- unconditional-image-generation
|
24 |
task_ids: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
26 |
|
27 |
# Dataset Card for Magazine dataset
|
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
- machine-generated
|
|
|
|
|
4 |
language_creators:
|
5 |
- found
|
6 |
+
language:
|
7 |
+
- en
|
8 |
license:
|
9 |
- unknown
|
10 |
multilinguality:
|
11 |
- monolingual
|
|
|
12 |
size_categories: []
|
13 |
source_datasets:
|
14 |
- original
|
|
|
|
|
|
|
|
|
15 |
task_categories:
|
16 |
- image-to-image
|
17 |
- text-to-image
|
18 |
- unconditional-image-generation
|
19 |
task_ids: []
|
20 |
+
pretty_name: Magazine
|
21 |
+
tags:
|
22 |
+
- graphic design
|
23 |
+
- layout
|
24 |
+
- content-aware
|
25 |
+
configs:
|
26 |
+
- config_name: default
|
27 |
+
data_files:
|
28 |
+
- split: train
|
29 |
+
path: data/train-*
|
30 |
+
dataset_info:
|
31 |
+
features:
|
32 |
+
- name: filename
|
33 |
+
dtype: string
|
34 |
+
- name: category
|
35 |
+
dtype:
|
36 |
+
class_label:
|
37 |
+
names:
|
38 |
+
'0': fashion
|
39 |
+
'1': food
|
40 |
+
'2': news
|
41 |
+
'3': science
|
42 |
+
'4': travel
|
43 |
+
'5': wedding
|
44 |
+
- name: size
|
45 |
+
struct:
|
46 |
+
- name: width
|
47 |
+
dtype: int64
|
48 |
+
- name: height
|
49 |
+
dtype: int64
|
50 |
+
- name: elements
|
51 |
+
sequence:
|
52 |
+
- name: label
|
53 |
+
dtype:
|
54 |
+
class_label:
|
55 |
+
names:
|
56 |
+
'0': text
|
57 |
+
'1': image
|
58 |
+
'2': headline
|
59 |
+
'3': text-over-image
|
60 |
+
'4': headline-over-image
|
61 |
+
- name: polygon_x
|
62 |
+
sequence: float32
|
63 |
+
- name: polygon_y
|
64 |
+
sequence: float32
|
65 |
+
- name: keywords
|
66 |
+
sequence: string
|
67 |
+
- name: images
|
68 |
+
sequence: image
|
69 |
+
splits:
|
70 |
+
- name: train
|
71 |
+
num_bytes: 4655342211.434
|
72 |
+
num_examples: 3919
|
73 |
+
download_size: 4652903538
|
74 |
+
dataset_size: 4655342211.434
|
75 |
---
|
76 |
|
77 |
# Dataset Card for Magazine dataset
|