--- language: - en license: cc-by-4.0 task_categories: - visual-question-answering dataset_info: features: - name: image dtype: image - name: question dtype: string - name: answer dtype: string splits: - name: train num_bytes: 4970603548.0 num_examples: 9647 - name: test num_bytes: 2574720843.0 num_examples: 5000 download_size: 7538288046 dataset_size: 7545324391.0 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* --- taken from https://huggingface.co/datasets/google/docci and updated to the datasets library and only kept the train and the test splits we also have the following columns now * `image` : same as the original dataset * `question` : same question repeated for all samples which is "Describe this image" * `answer` : same ass description column in the original dataset