five

HuggingFaceM4/SEED

收藏
Hugging Face2023-08-23 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/HuggingFaceM4/SEED
下载链接
链接失效反馈
官方服务:
资源简介:
--- configs: - config_name: Instance_Attributes data_files: - split: test path: Instance_Attributes/test-* - config_name: Instance_Identity data_files: - split: test path: Instance_Identity/test-* - config_name: Instance_Interaction data_files: - split: test path: Instance_Interaction/test-* - config_name: Instance_Location data_files: - split: test path: Instance_Location/test-* - config_name: Instances_Counting data_files: - split: test path: Instances_Counting/test-* - config_name: Scene_Understanding data_files: - split: test path: Scene_Understanding/test-* - config_name: Spatial_Relation data_files: - split: test path: Spatial_Relation/test-* - config_name: Text_Understanding data_files: - split: test path: Text_Understanding/test-* - config_name: Visual_Reasoning data_files: - split: test path: Visual_Reasoning/test-* - config_name: default data_files: - split: test path: data/test-* dataset_info: - config_name: Instance_Attributes features: - name: answer dtype: class_label: names: '0': A '1': B '2': C '3': D - name: choice_a dtype: string - name: choice_b dtype: string - name: choice_c dtype: string - name: choice_d dtype: string - name: question dtype: string - name: question_type_id dtype: string - name: image dtype: image splits: - name: test num_bytes: 1334222748.4732733 num_examples: 4649 download_size: 0 dataset_size: 1334222748.4732733 - config_name: Instance_Identity features: - name: answer dtype: class_label: names: '0': A '1': B '2': C '3': D - name: choice_a dtype: string - name: choice_b dtype: string - name: choice_c dtype: string - name: choice_d dtype: string - name: question dtype: string - name: question_type_id dtype: string - name: image dtype: image splits: - name: test num_bytes: 584470534.4340912 num_examples: 1831 download_size: 0 dataset_size: 584470534.4340912 - config_name: Instance_Interaction features: - name: answer dtype: class_label: names: '0': A '1': B '2': C '3': D - name: choice_a dtype: string - name: choice_b dtype: string - name: choice_c dtype: string - name: choice_d dtype: string - name: question dtype: string - name: question_type_id dtype: string - name: image dtype: image splits: - name: test num_bytes: 30580182.345886324 num_examples: 97 download_size: 29830492 dataset_size: 30580182.345886324 - config_name: Instance_Location features: - name: answer dtype: class_label: names: '0': A '1': B '2': C '3': D - name: choice_a dtype: string - name: choice_b dtype: string - name: choice_c dtype: string - name: choice_d dtype: string - name: question dtype: string - name: question_type_id dtype: string - name: image dtype: image splits: - name: test num_bytes: 309244446.6420291 num_examples: 978 download_size: 0 dataset_size: 309244446.6420291 - config_name: Instances_Counting features: - name: answer dtype: class_label: names: '0': A '1': B '2': C '3': D - name: choice_a dtype: string - name: choice_b dtype: string - name: choice_c dtype: string - name: choice_d dtype: string - name: question dtype: string - name: question_type_id dtype: string - name: image dtype: image splits: - name: test num_bytes: 659598672.0028641 num_examples: 2447 download_size: 712591981 dataset_size: 659598672.0028641 - config_name: Scene_Understanding features: - name: answer dtype: class_label: names: '0': A '1': B '2': C '3': D - name: choice_a dtype: string - name: choice_b dtype: string - name: choice_c dtype: string - name: choice_d dtype: string - name: question dtype: string - name: question_type_id dtype: string - name: image dtype: image splits: - name: test num_bytes: 967763011.0467318 num_examples: 3158 download_size: 960725386 dataset_size: 967763011.0467318 - config_name: Spatial_Relation features: - name: answer dtype: class_label: names: '0': A '1': B '2': C '3': D - name: choice_a dtype: string - name: choice_b dtype: string - name: choice_c dtype: string - name: choice_d dtype: string - name: question dtype: string - name: question_type_id dtype: string - name: image dtype: image splits: - name: test num_bytes: 197810012.16749808 num_examples: 657 download_size: 185916519 dataset_size: 197810012.16749808 - config_name: Text_Understanding features: - name: answer dtype: class_label: names: '0': A '1': B '2': C '3': D - name: choice_a dtype: string - name: choice_b dtype: string - name: choice_c dtype: string - name: choice_d dtype: string - name: question dtype: string - name: question_type_id dtype: string - name: image dtype: image splits: - name: test num_bytes: 16869944.571137495 num_examples: 85 download_size: 15415331 dataset_size: 16869944.571137495 - config_name: Visual_Reasoning features: - name: answer dtype: class_label: names: '0': A '1': B '2': C '3': D - name: choice_a dtype: string - name: choice_b dtype: string - name: choice_c dtype: string - name: choice_d dtype: string - name: question dtype: string - name: question_type_id dtype: string - name: image dtype: image splits: - name: test num_bytes: 114655703.95348836 num_examples: 331 download_size: 111131917 dataset_size: 114655703.95348836 - config_name: default features: - name: answer dtype: class_label: names: '0': A '1': B '2': C '3': D - name: choice_a dtype: string - name: choice_b dtype: string - name: choice_c dtype: string - name: choice_d dtype: string - name: question dtype: string - name: question_type_id dtype: string - name: image dtype: image splits: - name: test num_bytes: 3877231682.444 num_examples: 14233 download_size: 4251234968 dataset_size: 3877231682.444 --- # Dataset Card for "SEED" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
HuggingFaceM4
原始信息汇总

数据集概述

配置信息

Instance_Attributes

  • 数据文件路径: Instance_Attributes/test-*
  • 特征:
    • answer: 类别标签,选项为 A, B, C, D
    • choice_a, choice_b, choice_c, choice_d: 字符串
    • question: 字符串
    • question_type_id: 字符串
    • image: 图像
  • 分割:
    • test: 字节数 1334222748.4732733, 样本数 4649
  • 下载大小: 0
  • 数据集大小: 1334222748.4732733

Instance_Identity

  • 数据文件路径: Instance_Identity/test-*
  • 特征:
    • answer: 类别标签,选项为 A, B, C, D
    • choice_a, choice_b, choice_c, choice_d: 字符串
    • question: 字符串
    • question_type_id: 字符串
    • image: 图像
  • 分割:
    • test: 字节数 584470534.4340912, 样本数 1831
  • 下载大小: 0
  • 数据集大小: 584470534.4340912

Instance_Interaction

  • 数据文件路径: Instance_Interaction/test-*
  • 特征:
    • answer: 类别标签,选项为 A, B, C, D
    • choice_a, choice_b, choice_c, choice_d: 字符串
    • question: 字符串
    • question_type_id: 字符串
    • image: 图像
  • 分割:
    • test: 字节数 30580182.345886324, 样本数 97
  • 下载大小: 29830492
  • 数据集大小: 30580182.345886324

Instance_Location

  • 数据文件路径: Instance_Location/test-*
  • 特征:
    • answer: 类别标签,选项为 A, B, C, D
    • choice_a, choice_b, choice_c, choice_d: 字符串
    • question: 字符串
    • question_type_id: 字符串
    • image: 图像
  • 分割:
    • test: 字节数 309244446.6420291, 样本数 978
  • 下载大小: 0
  • 数据集大小: 309244446.6420291

Instances_Counting

  • 数据文件路径: Instances_Counting/test-*
  • 特征:
    • answer: 类别标签,选项为 A, B, C, D
    • choice_a, choice_b, choice_c, choice_d: 字符串
    • question: 字符串
    • question_type_id: 字符串
    • image: 图像
  • 分割:
    • test: 字节数 659598672.0028641, 样本数 2447
  • 下载大小: 712591981
  • 数据集大小: 659598672.0028641

Scene_Understanding

  • 数据文件路径: Scene_Understanding/test-*
  • 特征:
    • answer: 类别标签,选项为 A, B, C, D
    • choice_a, choice_b, choice_c, choice_d: 字符串
    • question: 字符串
    • question_type_id: 字符串
    • image: 图像
  • 分割:
    • test: 字节数 967763011.0467318, 样本数 3158
  • 下载大小: 960725386
  • 数据集大小: 967763011.0467318

Spatial_Relation

  • 数据文件路径: Spatial_Relation/test-*
  • 特征:
    • answer: 类别标签,选项为 A, B, C, D
    • choice_a, choice_b, choice_c, choice_d: 字符串
    • question: 字符串
    • question_type_id: 字符串
    • image: 图像
  • 分割:
    • test: 字节数 197810012.16749808, 样本数 657
  • 下载大小: 185916519
  • 数据集大小: 197810012.16749808

Text_Understanding

  • 数据文件路径: Text_Understanding/test-*
  • 特征:
    • answer: 类别标签,选项为 A, B, C, D
    • choice_a, choice_b, choice_c, choice_d: 字符串
    • question: 字符串
    • question_type_id: 字符串
    • image: 图像
  • 分割:
    • test: 字节数 16869944.571137495, 样本数 85
  • 下载大小: 15415331
  • 数据集大小: 16869944.571137495

Visual_Reasoning

  • 数据文件路径: Visual_Reasoning/test-*
  • 特征:
    • answer: 类别标签,选项为 A, B, C, D
    • choice_a, choice_b, choice_c, choice_d: 字符串
    • question: 字符串
    • question_type_id: 字符串
    • image: 图像
  • 分割:
    • test: 字节数 114655703.95348836, 样本数 331
  • 下载大小: 111131917
  • 数据集大小: 114655703.95348836

default

  • 数据文件路径: data/test-*
  • 特征:
    • answer: 类别标签,选项为 A, B, C, D
    • choice_a, choice_b, choice_c, choice_d: 字符串
    • question: 字符串
    • question_type_id: 字符串
    • image: 图像
  • 分割:
    • test: 字节数 3877231682.444, 样本数 14233
  • 下载大小: 4251234968
  • 数据集大小: 3877231682.444
5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作