taesiri/glitch-llava-game-qa-dataset-wip
收藏资源简介:
--- dataset_info: features: - name: id dtype: string - name: image dtype: string - name: image_id dtype: string - name: description-source dtype: string - name: qa-source dtype: string - name: conversations list: - name: from dtype: string - name: value dtype: string splits: - name: train num_bytes: 242827117 num_examples: 690687 download_size: 57481040 dataset_size: 242827117 configs: - config_name: default data_files: - split: train path: data/train-* ---
The dataset includes multiple features such as id, image, image_id, description-source, qa-source, and conversations. The conversations feature is a list containing sub-features from and value. The dataset is split into a training set (train) with 690687 examples. The download size of the dataset is 57481040 bytes, and the actual size is 242827117 bytes.
数据集概述
数据集特征
- id: 数据类型为字符串。
- image: 数据类型为字符串。
- image_id: 数据类型为字符串。
- description-source: 数据类型为字符串。
- qa-source: 数据类型为字符串。
- conversations: 列表类型,包含以下子特征:
- from: 数据类型为字符串。
- value: 数据类型为字符串。
数据集分割
- train: 训练集,包含690687个样本,总大小为242827117字节。
数据集大小
- 下载大小: 57481040字节。
- 数据集总大小: 242827117字节。
配置信息
- config_name: default
- data_files:
- split: train
- path: data/train-*



