Datasets:
Kosuke-Yamada
commited on
Commit
•
171091d
1
Parent(s):
8e6a5ef
change the default setting
Browse files
README.md
CHANGED
@@ -42,15 +42,15 @@ dataset_info:
|
|
42 |
- name: lp_image
|
43 |
dtype: image
|
44 |
splits:
|
45 |
-
- name: train
|
46 |
-
num_bytes: 51367983297.415
|
47 |
-
num_examples: 12395
|
48 |
-
- name: validation
|
49 |
-
num_bytes: 13133740369.43
|
50 |
-
num_examples: 3098
|
51 |
- name: test
|
52 |
num_bytes: 2528981570
|
53 |
num_examples: 872
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
download_size: 65867475365
|
55 |
dataset_size: 67030705236.845
|
56 |
- config_name: without-lp-images
|
@@ -84,35 +84,36 @@ dataset_info:
|
|
84 |
- name: ymin
|
85 |
dtype: int64
|
86 |
splits:
|
87 |
-
- name: train
|
88 |
-
num_bytes: 280633510
|
89 |
-
num_examples: 12395
|
90 |
-
- name: validation
|
91 |
-
num_bytes: 69170878
|
92 |
-
num_examples: 3098
|
93 |
- name: test
|
94 |
num_bytes: 14634833
|
95 |
num_examples: 872
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
download_size: 150489014
|
97 |
dataset_size: 364439221
|
98 |
configs:
|
99 |
- config_name: with-lp-images
|
100 |
data_files:
|
101 |
-
- split: train
|
102 |
-
path: with-lp-images/train-*
|
103 |
-
- split: validation
|
104 |
-
path: with-lp-images/validation-*
|
105 |
- split: test
|
106 |
path: with-lp-images/test-*
|
|
|
|
|
|
|
|
|
107 |
default: true
|
108 |
- config_name: without-lp-images
|
109 |
data_files:
|
110 |
-
- split: train
|
111 |
-
path: without-lp-images/train-*
|
112 |
-
- split: validation
|
113 |
-
path: without-lp-images/validation-*
|
114 |
- split: test
|
115 |
path: without-lp-images/test-*
|
|
|
|
|
|
|
|
|
|
|
116 |
---
|
117 |
|
118 |
# Dataset Card for CAMERA📷:
|
@@ -129,7 +130,7 @@ configs:
|
|
129 |
- [Data Example](#data-example)
|
130 |
- [Dataset Structure](#dataset-structure)
|
131 |
- [Citation](#citation)
|
132 |
-
|
133 |
|
134 |
## Dataset Details
|
135 |
|
@@ -249,7 +250,7 @@ DatasetDict({
|
|
249 |
|
250 |
### Dataset Structure
|
251 |
|
252 |
-
| Name | Description |
|
253 |
| ---- | ---- |
|
254 |
| asset_id | ids (associated with LP images) |
|
255 |
| kw | search keyword |
|
@@ -264,7 +265,7 @@ DatasetDict({
|
|
264 |
|
265 |
```
|
266 |
@misc{mita2024striking,
|
267 |
-
title={Striking Gold in Advertising: Standardization and Exploration of Ad Text Generation},
|
268 |
author={Masato Mita and Soichiro Murakami and Akihiko Kato and Peinan Zhang},
|
269 |
year={2024},
|
270 |
eprint={2309.12030},
|
|
|
42 |
- name: lp_image
|
43 |
dtype: image
|
44 |
splits:
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
- name: test
|
46 |
num_bytes: 2528981570
|
47 |
num_examples: 872
|
48 |
+
- name: validation
|
49 |
+
num_bytes: 13133740369.43
|
50 |
+
num_examples: 3098
|
51 |
+
- name: train
|
52 |
+
num_bytes: 51367983297.415
|
53 |
+
num_examples: 12395
|
54 |
download_size: 65867475365
|
55 |
dataset_size: 67030705236.845
|
56 |
- config_name: without-lp-images
|
|
|
84 |
- name: ymin
|
85 |
dtype: int64
|
86 |
splits:
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
- name: test
|
88 |
num_bytes: 14634833
|
89 |
num_examples: 872
|
90 |
+
- name: validation
|
91 |
+
num_bytes: 69170878
|
92 |
+
num_examples: 3098
|
93 |
+
- name: train
|
94 |
+
num_bytes: 280633510
|
95 |
+
num_examples: 12395
|
96 |
download_size: 150489014
|
97 |
dataset_size: 364439221
|
98 |
configs:
|
99 |
- config_name: with-lp-images
|
100 |
data_files:
|
|
|
|
|
|
|
|
|
101 |
- split: test
|
102 |
path: with-lp-images/test-*
|
103 |
+
- split: validation
|
104 |
+
path: with-lp-images/validation-*s
|
105 |
+
- split: train
|
106 |
+
path: with-lp-images/train-*
|
107 |
default: true
|
108 |
- config_name: without-lp-images
|
109 |
data_files:
|
|
|
|
|
|
|
|
|
110 |
- split: test
|
111 |
path: without-lp-images/test-*
|
112 |
+
- split: validation
|
113 |
+
path: without-lp-images/validation-*
|
114 |
+
- split: train
|
115 |
+
path: without-lp-images/train-*
|
116 |
+
|
117 |
---
|
118 |
|
119 |
# Dataset Card for CAMERA📷:
|
|
|
130 |
- [Data Example](#data-example)
|
131 |
- [Dataset Structure](#dataset-structure)
|
132 |
- [Citation](#citation)
|
133 |
+
|
134 |
|
135 |
## Dataset Details
|
136 |
|
|
|
250 |
|
251 |
### Dataset Structure
|
252 |
|
253 |
+
| Name | Description |
|
254 |
| ---- | ---- |
|
255 |
| asset_id | ids (associated with LP images) |
|
256 |
| kw | search keyword |
|
|
|
265 |
|
266 |
```
|
267 |
@misc{mita2024striking,
|
268 |
+
title={Striking Gold in Advertising: Standardization and Exploration of Ad Text Generation},
|
269 |
author={Masato Mita and Soichiro Murakami and Akihiko Kato and Peinan Zhang},
|
270 |
year={2024},
|
271 |
eprint={2309.12030},
|