File size: 601 Bytes
05a6392 a9f6b57 05a6392 a9f6b57 05a6392 a9f6b57 05a6392 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
---
dataset_info:
features:
- name: image
dtype: image
- name: conversations
list:
- name: from
dtype: string
- name: value
dtype: string
splits:
- name: train
num_bytes: 2260324942.832
num_examples: 7168
- name: test
num_bytes: 286716500.0
num_examples: 891
- name: val
num_bytes: 263209858.0
num_examples: 859
download_size: 2796815792
dataset_size: 2810251300.832
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: val
path: data/val-*
---
|