Correct task category, add paper link
#3
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,25 +1,18 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
task_categories:
|
4 |
-
- image-segmentation
|
5 |
- image-classification
|
6 |
-
- image-to-text
|
7 |
-
task_ids:
|
8 |
-
- semantic-segmentation
|
9 |
-
- visual-question-answering
|
10 |
-
- image-captioning
|
11 |
-
language:
|
12 |
-
- en
|
13 |
tags:
|
14 |
- computer-vision
|
15 |
- photography
|
16 |
-
- segmentation
|
17 |
- annotations
|
18 |
- EXIF
|
19 |
- scene-understanding
|
20 |
- multimodal
|
21 |
-
size_categories:
|
22 |
-
- 1K<n<10K
|
23 |
dataset_info:
|
24 |
features:
|
25 |
- name: image_id
|
@@ -93,7 +86,7 @@ The DataSeeds.AI Sample Dataset (DSD) is a high-fidelity, human-curated computer
|
|
93 |
|
94 |
Each image includes multi-tier human annotations and semantic segmentation masks. Generously contributed to the community by the GuruShots photography platform, where users engage in themed competitions, the DSD uniquely captures aesthetic preference signals and high-quality technical metadata (EXIF) across an expansive diversity of photographic styles, camera types, and subject matter. The dataset is optimized for fine-tuning and evaluating multimodal vision-language models, especially in scene description and stylistic comprehension tasks.
|
95 |
|
96 |
-
* **Technical Report** -
|
97 |
* **Github Repo** - Access the complete weights and code which were used to evaluate the DSD -- [https://github.com/DataSeeds-ai/DSD-finetune-blip-llava](https://github.com/DataSeeds-ai/DSD-finetune-blip-llava)
|
98 |
|
99 |
This dataset is ready for commercial/non-commercial use.
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
+
size_categories:
|
6 |
+
- 1K<n<10K
|
7 |
task_categories:
|
|
|
8 |
- image-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
tags:
|
10 |
- computer-vision
|
11 |
- photography
|
|
|
12 |
- annotations
|
13 |
- EXIF
|
14 |
- scene-understanding
|
15 |
- multimodal
|
|
|
|
|
16 |
dataset_info:
|
17 |
features:
|
18 |
- name: image_id
|
|
|
86 |
|
87 |
Each image includes multi-tier human annotations and semantic segmentation masks. Generously contributed to the community by the GuruShots photography platform, where users engage in themed competitions, the DSD uniquely captures aesthetic preference signals and high-quality technical metadata (EXIF) across an expansive diversity of photographic styles, camera types, and subject matter. The dataset is optimized for fine-tuning and evaluating multimodal vision-language models, especially in scene description and stylistic comprehension tasks.
|
88 |
|
89 |
+
* **Technical Report** - [Peer-Ranked Precision: Creating a Foundational Dataset for Fine-Tuning Vision Models from DataSeeds' Annotated Imagery](https://huggingface.co/papers/2506.05673)
|
90 |
* **Github Repo** - Access the complete weights and code which were used to evaluate the DSD -- [https://github.com/DataSeeds-ai/DSD-finetune-blip-llava](https://github.com/DataSeeds-ai/DSD-finetune-blip-llava)
|
91 |
|
92 |
This dataset is ready for commercial/non-commercial use.
|