--- license: apache-2.0 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* dataset_info: features: - name: data_source dtype: string - name: prompt list: - name: content dtype: string - name: role dtype: string - name: images sequence: image - name: ability dtype: string - name: reward_model struct: - name: ground_truth dtype: string - name: style dtype: string - name: extra_info struct: - name: index dtype: int64 - name: split dtype: string splits: - name: train num_bytes: 2028064455.25 num_examples: 19654 - name: validation num_bytes: 606556092.625 num_examples: 6259 - name: test num_bytes: 675706334.125 num_examples: 6719 download_size: 530386190 dataset_size: 3310326882.0 ---