CoolFace
Datasetpublic

simwit/path-vqa-robustness

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes243downloads
README.md89 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: image5    dtype: image6  - name: question7    dtype: string8  - name: answer9    dtype: string10  - name: answer_type11    dtype: string12  splits:13  - name: test_open_image_gaussian_noise14    num_bytes: 3471448864.5315    num_examples: 337016  - name: test_open_image_rotation17    num_bytes: 2180035260.5318    num_examples: 337019  - name: test_open_text_char_substitution20    num_bytes: 610402292.021    num_examples: 337022  - name: test_open_text_word_deletion23    num_bytes: 610382001.024    num_examples: 337025  - name: test_open_combined_img_gaussian_text_char_sub26    num_bytes: 3471501141.5327    num_examples: 337028  - name: test_closed_image_gaussian_noise29    num_bytes: 3477577854.1730    num_examples: 339131  - name: test_closed_image_rotation32    num_bytes: 2194835253.1733    num_examples: 339134  - name: test_closed_text_char_substitution35    num_bytes: 618481833.036    num_examples: 339137  - name: test_closed_text_word_deletion38    num_bytes: 618451661.039    num_examples: 339140  - name: test_closed_combined_img_gaussian_text_char_sub41    num_bytes: 3477589989.1742    num_examples: 339143  - name: test_open_text_char_substitution_00544    num_bytes: 610402292.045    num_examples: 337046  - name: test_closed_text_char_substitution_00547    num_bytes: 618481833.048    num_examples: 339149  - name: test_open_text_proportional_char_substitution50    num_bytes: 610402292.051    num_examples: 337052  - name: test_closed_text_proportional_char_substitution53    num_bytes: 618481833.054    num_examples: 339155  download_size: 1946848735956  dataset_size: 23188474400.157configs:58- config_name: default59  data_files:60  - split: test_open_image_gaussian_noise61    path: data/test_open_image_gaussian_noise-*62  - split: test_open_image_rotation63    path: data/test_open_image_rotation-*64  - split: test_open_text_char_substitution65    path: data/test_open_text_char_substitution-*66  - split: test_open_text_word_deletion67    path: data/test_open_text_word_deletion-*68  - split: test_open_combined_img_gaussian_text_char_sub69    path: data/test_open_combined_img_gaussian_text_char_sub-*70  - split: test_closed_image_gaussian_noise71    path: data/test_closed_image_gaussian_noise-*72  - split: test_closed_image_rotation73    path: data/test_closed_image_rotation-*74  - split: test_closed_text_char_substitution75    path: data/test_closed_text_char_substitution-*76  - split: test_closed_text_word_deletion77    path: data/test_closed_text_word_deletion-*78  - split: test_closed_combined_img_gaussian_text_char_sub79    path: data/test_closed_combined_img_gaussian_text_char_sub-*80  - split: test_open_text_char_substitution_00581    path: data/test_open_text_char_substitution_005-*82  - split: test_closed_text_char_substitution_00583    path: data/test_closed_text_char_substitution_005-*84  - split: test_open_text_proportional_char_substitution85    path: data/test_open_text_proportional_char_substitution-*86  - split: test_closed_text_proportional_char_substitution87    path: data/test_closed_text_proportional_char_substitution-*88---89