Caption3o-Opt-v3-Tiny
收藏魔搭社区2025-12-03 更新2025-09-20 收录
下载链接:
https://modelscope.cn/datasets/prithivMLmods/Caption3o-Opt-v3-Tiny
下载链接
链接失效反馈官方服务:
资源简介:
# **Caption3o-Opt-v3-Tiny**
**Caption3o-Opt-v3-Tiny** is a high-quality, compact image-caption dataset designed for training and evaluating image-to-text models. Derived from [prithivMLmods/blip3o-caption-mini-arrow](https://huggingface.co/datasets/prithivMLmods/blip3o-caption-mini-arrow) and other curated sources, this optimized tiny version emphasizes long-form captions and covers a wide range of real-world and artistic scenes.
## Dataset Summary
* **Size**: 27,048 image-caption pairs
* **Format**: Parquet
* **Image resolution**: 512x512
* **Languages**: English
* **Modality**: Image-to-Text
* **License**: Apache-2.0
* **Split**: `train` (27k rows)
Each image is paired with a detailed, descriptive caption generated to support long-context understanding and fine-grained reasoning in vision-language tasks.
## Features
* `image`: 512x512 RGB image
* `caption`: Long-form English text (average length \~500 characters)
Example:
```text
The image depicts a serene cemetery with neatly arranged gravestones and headstones, set against a backdrop of lush green grass. The scene is framed by tall trees on either side, their leaves...
```
## Use Cases
1. Pretraining or finetuning vision-language models (e.g., BLIP, Flamingo, SigLIP)
2. Evaluating long-form image captioning capabilities
3. Enhancing datasets for visual storytelling, scene understanding, and artistic interpretation
## How to Use
You can load the dataset using the Hugging Face `datasets` library:
```python
from datasets import load_dataset
dataset = load_dataset("prithivMLmods/Caption3o-Opt-v3-Tiny", split="train")
```
## Citation
If you use this dataset, please cite the original dataset:
And reference this curated derivative:
> **Caption3o-Opt-v3-Tiny by prithivMLmods**
# **Caption3o-Opt-v3-Tiny**
**Caption3o-Opt-v3-Tiny** 是一款高质量、轻量化的图像-字幕数据集,专为图像到文本模型的训练与评估打造。该优化版微型数据集源自[prithivMLmods/blip3o-caption-mini-arrow](https://huggingface.co/datasets/prithivMLmods/blip3o-caption-mini-arrow) 及其他精选数据源,着重提供长格式字幕,涵盖大量真实场景与艺术场景。
## 数据集概览
* **数据规模**:27048组图像-字幕配对数据
* **存储格式**:Parquet
* **图像分辨率**:512×512
* **支持语言**:英语
* **模态类型**:图像到文本
* **授权协议**:Apache-2.0
* **数据拆分**:训练集(`train`,共27000条数据)
每组图像均配有详细的描述性字幕,旨在助力视觉语言任务中的长上下文理解与细粒度推理。
## 数据特征
* `image`:512×512分辨率的RGB图像
* `caption`:长格式英文文本(平均长度约500字符)
示例:
text
图像展现了一处静谧的墓园,墓碑排列整齐,背景是翠绿的草坪。场景两侧环绕着高大的树木,枝叶……
## 应用场景
1. 视觉语言模型(如BLIP、Flamingo、SigLIP)的预训练或微调
2. 长格式图像字幕生成能力的评估
3. 为视觉叙事、场景理解与艺术诠释相关数据集提供增强支持
## 使用方式
你可以通过Hugging Face的`datasets`库加载该数据集:
python
from datasets import load_dataset
dataset = load_dataset("prithivMLmods/Caption3o-Opt-v3-Tiny", split="train")
## 引用说明
若使用本数据集,请引用原始数据集,并标注此精选衍生版本:
> **prithivMLmods 制作的 Caption3o-Opt-v3-Tiny 数据集**
提供机构:
maas
创建时间:
2025-08-29



