| --- |
| 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: question_type |
| dtype: string |
| - name: multiple_choice_answer |
| dtype: string |
| - name: answers |
| list: |
| - name: answer |
| dtype: string |
| - name: answer_confidence |
| dtype: string |
| - name: answer_id |
| dtype: int64 |
| - name: image_id |
| dtype: int64 |
| - name: answer_type |
| dtype: string |
| - name: question_id |
| dtype: int64 |
| - name: question |
| dtype: string |
| - name: image |
| dtype: image |
| splits: |
| - name: train |
| num_bytes: 67692137168.704 |
| num_examples: 443757 |
| - name: validation |
| num_bytes: 33693404566.41 |
| num_examples: 214354 |
| - name: test |
| num_bytes: 70169720510.0 |
| num_examples: 447793 |
| download_size: 34818002031 |
| dataset_size: 171555262245.114 |
| --- |
| # Dataset Card for "vqa_v2" |
| |
| [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |