Datasets:
File size: 2,325 Bytes
d4eb18e 9f98b92 464d3ff 042bd28 ae86b47 ac6cddf d4eb18e 9f98b92 464d3ff 042bd28 ae86b47 ac6cddf d4eb18e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 |
---
dataset_info:
- config_name: COCO_one_obj
features:
- name: id
dtype: int64
- name: question
dtype: string
- name: answer
sequence: string
- name: image_id
dtype: int64
splits:
- name: test
num_bytes: 294466
num_examples: 2247
download_size: 32405
dataset_size: 294466
- config_name: COCO_two_obj
features:
- name: id
dtype: int64
- name: question
dtype: string
- name: answer
sequence: string
- name: image_id
dtype: int64
splits:
- name: test
num_bytes: 63915
num_examples: 440
download_size: 12129
dataset_size: 63915
- config_name: Controlled_A
features:
- name: id
dtype: int64
- name: question
dtype: string
- name: answer
sequence: string
- name: image_path
dtype: string
splits:
- name: test
num_bytes: 76379
num_examples: 412
download_size: 11149
dataset_size: 76379
- config_name: Controlled_B
features:
- name: id
dtype: int64
- name: question
dtype: string
- name: answer
sequence: string
- name: image_path
dtype: string
splits:
- name: test
num_bytes: 75988
num_examples: 408
download_size: 10560
dataset_size: 75988
- config_name: VG_one_obj
features:
- name: id
dtype: int64
- name: question
dtype: string
- name: answer
sequence: string
- name: image_id
dtype: string
splits:
- name: test
num_bytes: 172016
num_examples: 1160
download_size: 25361
dataset_size: 172016
- config_name: VG_two_obj
features:
- name: id
dtype: int64
- name: question
dtype: string
- name: answer
sequence: string
- name: image_id
dtype: string
splits:
- name: test
num_bytes: 47464
num_examples: 291
download_size: 11402
dataset_size: 47464
configs:
- config_name: COCO_one_obj
data_files:
- split: test
path: COCO_one_obj/test-*
- config_name: COCO_two_obj
data_files:
- split: test
path: COCO_two_obj/test-*
- config_name: Controlled_A
data_files:
- split: test
path: Controlled_A/test-*
- config_name: Controlled_B
data_files:
- split: test
path: Controlled_B/test-*
- config_name: VG_one_obj
data_files:
- split: test
path: VG_one_obj/test-*
- config_name: VG_two_obj
data_files:
- split: test
path: VG_two_obj/test-*
---
|