atasoglu/flickr8k-dataset
收藏Hugging Face2023-05-28 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/atasoglu/flickr8k-dataset
下载链接
链接失效反馈官方服务:
资源简介:
---
task_categories:
- image-to-text
- text-to-image
language:
- en
pretty_name: flickr8k
size_categories:
- 1K<n<10K
---
You must download the dataset files manually. You can visit [this](https://github.com/jbrownlee/Datasets/releases/tag/Flickr8k) page or run `download.sh` to get files.
After, you can load dataset by referencing the directory:
```py
import datasets
ds = datasets.load_dataset("atasoglu/flickr8k-dataset", data_dir="data")
print(ds)
```
```
DatasetDict({
train: Dataset({
features: ['image_id', 'image_path', 'captions'],
num_rows: 6000
})
test: Dataset({
features: ['image_id', 'image_path', 'captions'],
num_rows: 1000
})
validation: Dataset({
features: ['image_id', 'image_path', 'captions'],
num_rows: 1000
})
})
```
I don't own the copyright of the images. Please [visit](https://forms.illinois.edu/sec/1713398) for more.
提供机构:
atasoglu
原始信息汇总
数据集概述
基本信息
- 任务类别:
- 图像到文本
- 文本到图像
- 语言:英语
- 数据集名称:flickr8k
- 数据集大小:1K<n<10K
数据集结构
- 数据集类型:DatasetDict
- 包含部分:
- 训练集:
- 特征:[image_id, image_path, captions]
- 行数:6000
- 测试集:
- 特征:[image_id, image_path, captions]
- 行数:1000
- 验证集:
- 特征:[image_id, image_path, captions]
- 行数:1000
- 训练集:



