File size: 686 Bytes
bc66e4b | 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 35 36 37 38 39 | ---
dataset_info:
features:
- name: images
list: image
- name: messages
list:
- name: content
list:
- name: image
struct:
- name: bytes
dtype: binary
- name: path
dtype: 'null'
- name: text
dtype: string
- name: type
dtype: string
- name: role
dtype: string
splits:
- name: train
num_bytes: 18565603.0
num_examples: 153
- name: eval
num_bytes: 2445740.0
num_examples: 18
download_size: 20926911
dataset_size: 21011343.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: eval
path: data/eval-*
---
|