Multimodal-Fatima/VQAv2_test_4
收藏资源简介:
--- 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: image dtype: image - 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: 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: 14238048457.0 num_examples: 89558 download_size: 2688195544 dataset_size: 14238048457.0 --- # Dataset Card for "VQAv2_test_4" [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),数据类型:字符串 - 名称:答案ID(answer_id),数据类型:整数 - 名称:图像ID(id_image),数据类型:整数 - 名称:答案类型(answer_type),数据类型:字符串 - 名称:问题ID(question_id),数据类型:整数 - 名称:问题(question),数据类型:字符串 - 名称:图像(image),数据类型:图像 - 名称:样本ID(id),数据类型:整数 - 名称:ViT_L_14版本CLIP(Contrastive Language-Image Pre-training)标签(clip_tags_ViT_L_14),数据类型:字符串序列 - 名称:BLIP(Bootstrapping Language-Image Pre-training)图像描述(blip_caption),数据类型:字符串 - 名称:基于ViT_L_14、针对Visual Genome下游任务的GPT-3生成的大语言模型描述(LLM_Description_gpt3_downstream_tasks_visual_genome_ViT_L_14),数据类型:字符串序列 - 名称:基于DETA模型、使用Swin Large骨干、适配O365与COCO(Common Objects in Context)类别的检测结果(DETA_detections_deta_swin_large_o365_coco_classes),为列表结构,包含: - 名称:属性(attribute),数据类型:字符串 - 名称:边界框(box),数据类型:单精度浮点数序列 - 名称:标签(label),数据类型:字符串 - 名称:位置(location),数据类型:字符串 - 名称:比例(ratio),数据类型:单精度浮点数 - 名称:尺寸(size),数据类型:字符串 - 名称:标记(tag),数据类型:字符串 - 名称:ViT_L_14版本基于text-davinci-003的属性描述符(Attributes_ViT_L_14_descriptors_text_davinci_003_full),数据类型:字符串序列 - 名称:未添加OpenAI标签的ViT_L_14版本CLIP标签(clip_tags_ViT_L_14_wo_openai),数据类型:字符串序列 - 名称:添加OpenAI标签的ViT_L_14版本CLIP标签(clip_tags_ViT_L_14_with_openai),数据类型:字符串序列 - 名称:未添加OpenAI标签的LAION ViT_H_14_2B版本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_bigG_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),数据类型:字符串序列 - 名称:LAION ViT_H_14_2B版本基于text-davinci-003的属性描述符(Attributes_LAION_ViT_H_14_2B_descriptors_text_davinci_003_full),数据类型:字符串序列 - 名称:LAION ViT_bigG_14_2B版本基于text-davinci-003的属性描述符(Attributes_LAION_ViT_bigG_14_2B_descriptors_text_davinci_003_full),数据类型:字符串序列 数据集划分: - 名称:测试集(test),字节数:14238048457.0,样本数量:89558 下载大小:2688195544,数据集总大小:14238048457.0 --- # "VQAv2_test_4"数据集卡片 [更多信息待补充](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: 64位整数类型
- id_image: 64位整数类型
- answer_type: 字符串类型
- question_id: 64位整数类型
- question: 字符串类型
- image: 图像类型
- 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: 字符串类型
- 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:
- 字节数: 14238048457.0
- 样本数: 89558
数据集大小
- 下载大小: 2688195544 字节
- 数据集大小: 14238048457.0 字节



