Multimodal-Fatima/VQAv2_train_no_image
收藏Hugging Face2023-04-26 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/Multimodal-Fatima/VQAv2_train_no_image
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: question_type
dtype: string
- name: multiple_choice_answer
dtype: string
- name: answers
sequence: string
- name: answers_original
list:
- name: answer
dtype: string
- name: answer_confidence
dtype: string
- name: answer_id
dtype: int64
- name: id_image
dtype: int64
- name: answer_type
dtype: string
- name: question_id
dtype: int64
- name: question
dtype: string
- name: id
dtype: int64
- name: clip_tags_ViT_L_14
sequence: string
- name: blip_caption
dtype: string
- name: LLM_Description_gpt3_downstream_tasks_visual_genome_ViT_L_14
sequence: string
- name: DETA_detections_deta_swin_large_o365_coco_classes
list:
- name: attribute
dtype: string
- name: box
sequence: float32
- name: label
dtype: string
- name: location
dtype: string
- name: ratio
dtype: float32
- name: size
dtype: string
- name: tag
dtype: string
- name: DETA_detections_deta_swin_large_o365_clip_ViT_L_14
list:
- name: attribute
dtype: string
- name: box
sequence: float64
- name: label
dtype: string
- name: location
dtype: string
- name: ratio
dtype: float64
- name: size
dtype: string
- name: tag
dtype: string
- name: DETA_detections_deta_swin_large_o365_clip_ViT_L_14_blip_caption
list:
- name: attribute
dtype: string
- name: box
sequence: float64
- name: caption
dtype: string
- name: label
dtype: string
- name: location
dtype: string
- name: ratio
dtype: float64
- name: size
dtype: string
- name: tag
dtype: string
- name: Attributes_ViT_L_14_descriptors_text_davinci_003_full
sequence: string
- name: clip_tags_ViT_L_14_wo_openai
sequence: string
- name: clip_tags_ViT_L_14_with_openai
sequence: string
- name: clip_tags_LAION_ViT_H_14_2B_wo_openai
sequence: string
- name: clip_tags_LAION_ViT_H_14_2B_with_openai
sequence: string
- name: clip_tags_LAION_ViT_bigG_14_2B_wo_openai
sequence: string
- name: clip_tags_LAION_ViT_bigG_14_2B_with_openai
sequence: string
- name: Attributes_LAION_ViT_H_14_2B_descriptors_text_davinci_003_full
sequence: string
- name: Attributes_LAION_ViT_bigG_14_2B_descriptors_text_davinci_003_full
sequence: string
splits:
- name: test
num_bytes: 2355752129
num_examples: 443757
download_size: 306629539
dataset_size: 2355752129
---
# Dataset Card for "VQAv2_train_no_image"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集信息:
数据集特征:
- 名称:question_type,数据类型:字符串
- 名称:multiple_choice_answer,数据类型:字符串
- 名称:answers,数据类型:字符串序列
- 名称:answers_original,为列表类型,包含子特征:
- answer:答案,数据类型:字符串
- answer_confidence:答案置信度,数据类型:字符串
- answer_id:答案ID,数据类型:64位整型
- 名称:id_image,数据类型:64位整型
- 名称:answer_type,数据类型:字符串
- 名称:question_id,数据类型:64位整型
- 名称:question,数据类型:字符串
- 名称:id,数据类型:64位整型
- 名称:clip_tags_ViT_L_14,数据类型:字符串序列,即ViT-L/14模型的CLIP标签
- 名称:blip_caption,数据类型:字符串,即BLIP生成的图像描述
- 名称:LLM_Description_gpt3_downstream_tasks_visual_genome_ViT_L_14,数据类型:字符串序列,即基于ViT-L/14与Visual Genome的GPT-3下游任务大语言模型(LLM)描述
- 名称:DETA_detections_deta_swin_large_o365_coco_classes,为列表类型,包含子特征:
- attribute:属性,数据类型:字符串
- box:边界框,数据类型:32位浮点型序列
- label:标签,数据类型:字符串
- location:位置,数据类型:字符串
- ratio:宽高比,数据类型:32位浮点型
- size:尺寸,数据类型:字符串
- tag:标记,数据类型:字符串
该字段为基于DETA-Swin-Large-o365-COCO类别的DETA检测结果
- 名称:DETA_detections_deta_swin_large_o365_clip_ViT_L_14,为列表类型,包含子特征:
- attribute:属性,数据类型:字符串
- box:边界框,数据类型:64位浮点型序列
- label:标签,数据类型:字符串
- location:位置,数据类型:字符串
- ratio:宽高比,数据类型:64位浮点型
- size:尺寸,数据类型:字符串
- tag:标记,数据类型:字符串
该字段为基于ViT-L/14 CLIP与DETA-Swin-Large-o365的DETA检测结果
- 名称:DETA_detections_deta_swin_large_o365_clip_ViT_L_14_blip_caption,为列表类型,包含子特征:
- attribute:属性,数据类型:字符串
- box:边界框,数据类型:64位浮点型序列
- caption:图像描述,数据类型:字符串
- label:标签,数据类型:字符串
- location:位置,数据类型:字符串
- ratio:宽高比,数据类型:64位浮点型
- size:尺寸,数据类型:字符串
- tag:标记,数据类型:字符串
该字段为结合ViT-L/14 CLIP、BLIP图像描述与DETA-Swin-Large-o365的DETA检测结果
- 名称:Attributes_ViT_L_14_descriptors_text_davinci_003_full,数据类型:字符串序列,即基于text-davinci-003生成的ViT-L/14属性描述符
- 名称:clip_tags_ViT_L_14_wo_openai,数据类型:字符串序列,即不含OpenAI标签的ViT-L/14 CLIP标签
- 名称:clip_tags_ViT_L_14_with_openai,数据类型:字符串序列,即含OpenAI标签的ViT-L/14 CLIP标签
- 名称:clip_tags_LAION_ViT_H_14_2B_wo_openai,数据类型:字符串序列,即不含OpenAI标签的LAION ViT-H/14 2B CLIP标签
- 名称:clip_tags_LAION_ViT_H_14_2B_with_openai,数据类型:字符串序列,即含OpenAI标签的LAION ViT-H/14 2B CLIP标签
- 名称:clip_tags_LAION_ViT_bigG_14_2B_wo_openai,数据类型:字符串序列,即不含OpenAI标签的LAION ViT-bigG/14 2B CLIP标签
- 名称:clip_tags_LAION_ViT_bigG_14_2B_with_openai,数据类型:字符串序列,即含OpenAI标签的LAION ViT-bigG/14 2B CLIP标签
- 名称:Attributes_LAION_ViT_H_14_2B_descriptors_text_davinci_003_full,数据类型:字符串序列,即基于text-davinci-003生成的LAION ViT-H/14 2B属性描述符
- 名称:Attributes_LAION_ViT_bigG_14_2B_descriptors_text_davinci_003_full,数据类型:字符串序列,即基于text-davinci-003生成的LAION ViT-bigG/14 2B属性描述符
数据集划分:
- 名称:test,即测试集,字节数:2355752129,样本数量:443757
下载大小:306629539,数据集总大小:2355752129
# 数据集卡片:"VQAv2_train_no_image"
「需补充更多信息」,相关指南链接:https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards
提供机构:
Multimodal-Fatima原始信息汇总
数据集概述
数据集特征
- question_type:字符串类型
- multiple_choice_answer:字符串类型
- answers:字符串序列
- answers_original:列表类型,包含以下子特征:
- answer:字符串类型
- answer_confidence:字符串类型
- answer_id:整数类型(64位)
- id_image:整数类型(64位)
- answer_type:字符串类型
- question_id:整数类型(64位)
- question:字符串类型
- id:整数类型(64位)
- clip_tags_ViT_L_14:字符串序列
- blip_caption:字符串类型
- LLM_Description_gpt3_downstream_tasks_visual_genome_ViT_L_14:字符串序列
- DETA_detections_deta_swin_large_o365_coco_classes:列表类型,包含以下子特征:
- attribute:字符串类型
- box:浮点数序列(32位)
- label:字符串类型
- location:字符串类型
- ratio:浮点数类型(32位)
- size:字符串类型
- tag:字符串类型
- DETA_detections_deta_swin_large_o365_clip_ViT_L_14:列表类型,包含以下子特征:
- attribute:字符串类型
- box:浮点数序列(64位)
- label:字符串类型
- location:字符串类型
- ratio:浮点数类型(64位)
- size:字符串类型
- tag:字符串类型
- DETA_detections_deta_swin_large_o365_clip_ViT_L_14_blip_caption:列表类型,包含以下子特征:
- attribute:字符串类型
- box:浮点数序列(64位)
- caption:字符串类型
- label:字符串类型
- location:字符串类型
- ratio:浮点数类型(64位)
- size:字符串类型
- tag:字符串类型
- Attributes_ViT_L_14_descriptors_text_davinci_003_full:字符串序列
- clip_tags_ViT_L_14_wo_openai:字符串序列
- clip_tags_ViT_L_14_with_openai:字符串序列
- clip_tags_LAION_ViT_H_14_2B_wo_openai:字符串序列
- clip_tags_LAION_ViT_H_14_2B_with_openai:字符串序列
- clip_tags_LAION_ViT_bigG_14_2B_wo_openai:字符串序列
- clip_tags_LAION_ViT_bigG_14_2B_with_openai:字符串序列
- Attributes_LAION_ViT_H_14_2B_descriptors_text_davinci_003_full:字符串序列
- Attributes_LAION_ViT_bigG_14_2B_descriptors_text_davinci_003_full:字符串序列
数据集分割
- test:
- num_bytes:2355752129字节
- num_examples:443757个样本
数据集大小
- download_size:306629539字节
- dataset_size:2355752129字节



