--- license: apache-2.0 dataset_info: features: - name: image dtype: image - name: image_vad dtype: string - name: word_1 dtype: string - name: vad_1 dtype: string - name: word_2 dtype: string - name: vad_2 dtype: string - name: word_3 dtype: string - name: vad_3 dtype: string - name: word_4 dtype: string - name: vad_4 dtype: string - name: best_word dtype: string splits: - name: train num_bytes: 2101363.0 num_examples: 237 - name: validation num_bytes: 271441.0 num_examples: 30 - name: test num_bytes: 290798.0 num_examples: 30 download_size: 2607870 dataset_size: 2663602.0 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---