remyxai/vqasynth_spacellava
收藏资源简介:
--- dataset_info: features: - name: messages list: - name: content list: - name: index dtype: int64 - name: text dtype: string - name: type dtype: string - name: role dtype: string - name: images list: image splits: - name: train num_bytes: 2436536154.535 num_examples: 25235 - name: test num_bytes: 272317950.4 num_examples: 2804 download_size: 2689790918 dataset_size: 2708854104.935 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* tags: - remyx - synthetic license: apache-2.0 task_categories: - visual-question-answering pretty_name: OpenSpaces size_categories: - 10K<n<100K --- # VQASynth_spacellava  Uses the [VQASynth](https://github.com/remyxai/VQASynth) pipeline to synthesize spatialVQA samples, mixed with general VQA samples used to fine-tune LLaVA-v1.5-13b.
### 数据集信息 #### 特征(features): 1. 字段名:`messages`,类型为列表,其结构包含: - 字段名:`content`,类型为列表,其元素包含: - 字段名:`index`,数据类型:`int64`(64位整数) - 字段名:`text`,数据类型:字符串 - 字段名:`type`,数据类型:字符串 - 字段名:`role`,数据类型:字符串 2. 字段名:`images`,类型为图像列表 #### 数据划分(splits): - 划分名称:`train`(训练集),数据字节数:2436536154.535,样本数量:25235 - 划分名称:`test`(测试集),数据字节数:272317950.4,样本数量:2804 下载总大小:2689790918 字节,数据集存储总大小:2708854104.935 字节 #### 配置项(configs): - 配置名称:`default`(默认配置),对应数据文件路径: - 训练集:`data/train-*` - 测试集:`data/test-*` 数据集标签(tags):`remyx`、`synthetic`(合成数据集) 开源许可证(license):Apache-2.0 任务类别(task_categories):视觉问答(Visual Question Answering, VQA) 公开展示名称(pretty_name):OpenSpaces 样本量区间(size_categories):10000 < 样本量 < 100000 --- # VQASynth_spacellava  本数据集依托[VQASynth](https://github.com/remyxai/VQASynth)处理流水线生成空间视觉问答(spatialVQA)样本,并结合通用视觉问答样本,用于微调LLaVA-v1.5-13b模型。
数据集概述
数据集特征
-
messages
- content
- index: 数据类型为 int64
- text: 数据类型为 string
- type: 数据类型为 string
- role: 数据类型为 string
- content
-
images: 列表类型为 image
数据集分割
-
train
- num_bytes: 2436536154.535
- num_examples: 25235
-
test
- num_bytes: 272317950.4
- num_examples: 2804
数据集大小
- download_size: 2689790918
- dataset_size: 2708854104.935
数据文件配置
- config_name: default
- train: 路径为 data/train-*
- test: 路径为 data/test-*




