request
stringlengths 32
151
| label
int64 0
6
|
|---|---|
Is there a building in this satellite image?
| 0
|
Does this image contain a river?
| 0
|
Is there a road visible in this aerial photograph?
| 0
|
Does this satellite image show a forest?
| 0
|
Does this image contain a mountain?
| 0
|
Is there a bridge visible in this satellite image?
| 0
|
Does this aerial photograph show a coastline?
| 0
|
Is there a farm visible in this satellite image?
| 0
|
Is there a city in this aerial photograph?
| 0
|
Does this satellite image show a beach?
| 0
|
Is there a railway visible in this aerial photograph?
| 0
|
Does this image contain a volcano?
| 0
|
Does this aerial photograph show a glacier?
| 0
|
Is there a stadium visible in this satellite image?
| 0
|
Does this image contain a waterfall?
| 0
|
Is there a harbor in this aerial photograph?
| 0
|
Is there a golf course visible in this aerial photograph?
| 0
|
Does this image contain a canyon?
| 0
|
Is there a power plant in this satellite image?
| 0
|
Does this aerial photograph show a wetland?
| 0
|
Does this image contain a coral reef?
| 0
|
Is there a university in this aerial photograph?
| 0
|
Does this satellite image show a vineyard?
| 0
|
Is there a shopping mall visible in this aerial photograph?
| 0
|
Is there a military base in this satellite image?
| 0
|
Does this aerial photograph show a river delta?
| 0
|
Is there a church visible in this satellite image?
| 0
|
Does this image contain a lighthouse?
| 0
|
Does this satellite image show a landfill?
| 0
|
Is there a sports stadium visible in this aerial photograph?
| 0
|
Does this image contain a mountain range?
| 0
|
Is there a prison in this satellite image?
| 0
|
Is there a museum visible in this satellite image?
| 0
|
Does this image contain a waterfall?
| 0
|
Is there a golf course in this aerial photograph?
| 0
|
Does this satellite image show a national park?
| 0
|
Does this image contain a volcano?
| 0
|
Is there a university in this satellite image?
| 0
|
Does this aerial photograph show a lake?
| 0
|
Is there a power plant visible in this satellite image?
| 0
|
Is there a harbor in this aerial photograph?
| 0
|
Does this satellite image show a beach?
| 0
|
Is there a stadium visible in this aerial photograph?
| 0
|
Does this image contain a desert?
| 0
|
Does this aerial photograph show a mountain?
| 0
|
Is there a farm visible in this satellite image?
| 0
|
Does this image contain a river?
| 0
|
Is there a bridge in this aerial photograph?
| 0
|
Is there a park visible in this aerial photograph?
| 0
|
Does this image contain a glacier?
| 0
|
Is there a hospital in this satellite image?
| 0
|
Does this aerial photograph show a forest?
| 0
|
Does this image contain a coastline?
| 0
|
Is there a golf course in this aerial photograph?
| 0
|
Does this satellite image show a volcano?
| 0
|
Is there a zoo visible in this aerial photograph?
| 0
|
Is there a military base in this satellite image?
| 0
|
Does this aerial photograph show a power plant?
| 0
|
Is there a church visible in this satellite image?
| 0
|
Does this image contain a river delta?
| 0
|
Does this satellite image show a coral reef?
| 0
|
Is there a museum visible in this aerial photograph?
| 0
|
Does this image contain a landfill?
| 0
|
Is there a sports stadium in this satellite image?
| 0
|
Is there a prison visible in this satellite image?
| 0
|
Does this image contain a cemetery?
| 0
|
Is there a university in this aerial photograph?
| 0
|
Does this satellite image show a lake?
| 0
|
Does this image contain a forest?
| 0
|
Is there a harbor in this satellite image?
| 0
|
Does this aerial photograph show a beach?
| 0
|
Is there a stadium visible in this satellite image?
| 0
|
Is there a railway in this aerial photograph?
| 0
|
Does this satellite image show a mountain?
| 0
|
Is there a farm visible in this image?
| 0
|
Does this aerial photograph show a river?
| 0
|
Does this image contain a city?
| 0
|
Is there a park visible in this aerial photograph?
| 0
|
Does this satellite image show a glacier?
| 0
|
Is there a hospital in this image?
| 0
|
Is there a mine visible in this satellite image?
| 0
|
Does this image contain a coastline?
| 0
|
Is there a golf course in this aerial photograph?
| 0
|
Does this satellite image show a volcano?
| 0
|
Does this aerial photograph show a wetland?
| 0
|
Is there a military base in this satellite image?
| 0
|
Does this image contain a church?
| 0
|
Is there a river delta visible in this aerial photograph?
| 0
|
Is there a museum in this image?
| 0
|
Does this aerial photograph show a landfill?
| 0
|
Is there a sports stadium visible in this satellite image?
| 0
|
Does this image contain a mountain range?
| 0
|
Does this satellite image show a cemetery?
| 0
|
Is there a university visible in this image?
| 0
|
Does this aerial photograph show a lake?
| 0
|
Is there a power plant in this satellite image?
| 0
|
Is there a harbor visible in this aerial photograph?
| 0
|
Does this satellite image show a beach?
| 0
|
Is there a stadium in this image?
| 0
|
Does this aerial photograph show a desert?
| 0
|
End of preview. Expand
in Data Studio
id2label = {
0: 'binary visual question answering',
1:'search by image',
2:'image search by text',
3:'geospatial question answering',
4:'count objects in image' ,
5:'object extraction in image',
6:'image segmentation'
}
size_categories: - 1K<n<10K task_categories: - text-classification dataset_info: features: - name: request dtype: string - name: label dtype: int64 splits: - name: train num_bytes: 99611 num_examples: 1120 - name: validation num_bytes: 24896 num_examples: 280 download_size: 27907 dataset_size: 124507 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-*
- Downloads last month
- 31