not-lain/docci
收藏资源简介:
--- language: - en license: cc-by-4.0 task_categories: - visual-question-answering dataset_info: features: - name: image dtype: image - name: question dtype: string - name: answer dtype: string splits: - name: train num_bytes: 4970603548.0 num_examples: 9647 - name: test num_bytes: 2574720843.0 num_examples: 5000 download_size: 7538288046 dataset_size: 7545324391.0 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* --- taken from https://huggingface.co/datasets/google/docci and updated to the datasets library and only kept the train and the test splits we also have the following columns now * `image` : same as the original dataset * `question` : same question repeated for all samples which is "Describe this image" * `answer` : same ass description column in the original dataset
语言: - 英语(en) 许可证:CC BY 4.0(知识共享署名4.0国际许可协议) 任务类别: - 视觉问答(visual-question-answering) dataset_info: 特征: - 名称:image(图像),数据类型:图像 - 名称:question(问题),数据类型:字符串 - 名称:answer(答案),数据类型:字符串 数据集划分: - 名称:train(训练集),字节大小:4970603548.0,样本数量:9647 - 名称:test(测试集),字节大小:2574720843.0,样本数量:5000 下载大小:7538288046 数据集总大小:7545324391.0 configs: - 配置名称:default(默认配置) 数据文件: - 划分:train(训练集),路径:data/train-* - 划分:test(测试集),路径:data/test-* 该数据集取自https://huggingface.co/datasets/google/docci,已适配Hugging Face数据集库,仅保留了训练集与测试集划分。当前数据集包含以下列字段: * `image`:与原始数据集完全一致 * `question`:所有样本使用统一问题,即"描述此图像" * `answer`:对应原始数据集中的description列
数据集概述
语言
- 英语
许可证
- CC BY 4.0
任务类别
- 视觉问答
数据集信息
特征
- image: 图像类型
- question: 字符串类型
- answer: 字符串类型
数据分割
- train:
- 字节数: 4970603548.0
- 样本数: 9647
- test:
- 字节数: 2574720843.0
- 样本数: 5000
数据大小
- 下载大小: 7538288046
- 数据集大小: 7545324391.0
配置
- config_name: default
- 数据文件:
- train: data/train-*
- test: data/test-*
- 数据文件:
列信息
- image: 与原始数据集相同
- question: 所有样本重复相同的问题 "Describe this image"
- answer: 与原始数据集中的描述列相同




