---
title: Baneist-test
canonical_url: "https://www.modelscope.cn/datasets/Baneist/Baneist-test"
md_url: "https://www.modelscope.cn/datasets/Baneist/Baneist-test.md"
repository: Baneist/Baneist-test
last_updated: 2022-11-30
license: "Apache License 2.0"
storage_size: "62 MB"
tasks:
  - image-captioning
language:
  - en
  - "英文"
size_scale:
  - 10k-1m
downloads: 232
stars: 1
---

# Baneist-test

> Baneist-test - Baneist 在 ModelScope 开源的数据集。数据集描述 Image-caption task的数据集，包含train和valid

Baneist/Baneist-test 是 ModelScope 魔搭社区上的image-captioning数据集，存储大小 62 MB，采用 Apache License 2.0 许可。

- **Repository**: Baneist/Baneist-test
- **License**: Apache License 2.0
- **Tasks**: image-captioning
- **Storage size**: 62 MB
- **Downloads**: 232
- **Stars**: 1
- **Last updated**: 2022-11-30

Source: https://www.modelscope.cn/datasets/Baneist/Baneist-test

---

## 数据集描述
Image-caption task的数据集，包含train和valid

### 数据集简介
mscoco 2014的image caption数据集。

### 数据集支持的任务
支持image caption任务


## 数据集的格式和结构

### 数据格式
包含image_id, caption, image等信息。



### 数据集加载方式
```python
from modelscope.msdatasets import MsDataset
ds = MsDataset.load("coco_2014_caption", namespace="modelscope", split="train")
print(ds[0])
```

### 数据分片
数据已经预设了train/validation分片，是抽样得到的。



## 数据集生成的相关信息
原始数据参见：http://cocodataset.org/#home



## 数据集版权信息
数据集已经开源，暂未找到版权信息，如有违反相关条款，随时联系modelscope删除。

## 引用方式
```
@article{DBLP:journals/corr/LinMBHPRDZ14,
  author    = {Tsung{-}Yi Lin and
               Michael Maire and
               Serge J. Belongie and
               Lubomir D. Bourdev and
               Ross B. Girshick and
               James Hays and
               Pietro Perona and
               Deva Ramanan and
               Piotr Doll{'{a} }r and
               C. Lawrence Zitnick},
  title     = {Microsoft {COCO:} Common Objects in Context},
  journal   = {CoRR},
  volume    = {abs/1405.0312},
  year      = {2014},
  url       = {http://arxiv.org/abs/1405.0312},
  archivePrefix = {arXiv},
  eprint    = {1405.0312},
  timestamp = {Mon, 13 Aug 2018 16:48:13 +0200},
  biburl    = {https://dblp.org/rec/bib/journals/corr/LinMBHPRDZ14},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}
```


## 其他相关信息
数据源自ms coco 2014年的数据，可能存在bias，请合理使用。

### Clone with HTTP
* http://www.modelscope.cn/datasets/modelscope/coco_2014_caption.git
