Datasets:
Add paper link and improve description (#2)
Browse files- Add paper link and improve description (08f6e46344c2c5b45665610201d973f9b5f7f52f)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
3 |
dataset_info:
|
4 |
features:
|
5 |
- name: image
|
@@ -10,21 +17,19 @@ dataset_info:
|
|
10 |
- name: train
|
11 |
num_bytes: 127500069
|
12 |
num_examples: 121
|
13 |
-
task_categories:
|
14 |
-
- image-to-image
|
15 |
-
language:
|
16 |
-
- en
|
17 |
-
pretty_name: CoSTA* Dataset
|
18 |
-
size_categories:
|
19 |
-
- 1K<n<10K
|
20 |
---
|
21 |
|
22 |
# 🎨 CoSTA* Dataset
|
23 |
|
24 |
-
CoSTA* is a **multimodal dataset** for **image-to-image transformation tasks
|
25 |
-
|
26 |
-
- **
|
27 |
-
- **
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
## 📂 Dataset Structure
|
30 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: cc-by-4.0
|
5 |
+
size_categories:
|
6 |
+
- 1K<n<10K
|
7 |
+
task_categories:
|
8 |
+
- image-to-image
|
9 |
+
pretty_name: CoSTA* Dataset
|
10 |
dataset_info:
|
11 |
features:
|
12 |
- name: image
|
|
|
17 |
- name: train
|
18 |
num_bytes: 127500069
|
19 |
num_examples: 121
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
---
|
21 |
|
22 |
# 🎨 CoSTA* Dataset
|
23 |
|
24 |
+
CoSTA* is a **multimodal dataset** for **multi-turn image-to-image transformation tasks**, designed to accompany the CoSTA* agent presented in [CoSTA*: Cost-Sensitive Toolpath Agent for Multi-turn Image Editing](https://huggingface.co/papers/2503.10613). It provides:
|
25 |
+
|
26 |
+
- **High-quality images** for various image editing tasks.
|
27 |
+
- **Detailed text prompts** describing the desired transformations.
|
28 |
+
- **Multimodal tasks** including inpainting, object recoloring, object segmentation, object replacement, text replacement, and more.
|
29 |
+
|
30 |
+
|
31 |
+
Try out the CoSTA* agent online: [Live Demo](https://storage.googleapis.com/costa-frontend/index.html)
|
32 |
+
|
33 |
|
34 |
## 📂 Dataset Structure
|
35 |
|