--- license: mit dataset_info: features: - name: id dtype: string - name: label list: string - name: image list: - name: image_path dtype: string - name: resolution list: int64 - name: conversations list: - name: role dtype: string - name: content list: - name: type dtype: string - name: text dtype: string - name: image_bytes list: binary splits: - name: train num_bytes: 108681374898 num_examples: 129052 - name: valid num_bytes: 110096986 num_examples: 129 download_size: 107412371229 dataset_size: 108791471884 configs: - config_name: default data_files: - split: train path: data/train-* - split: valid path: data/valid-* ---