Datasets:
File size: 989 Bytes
c2606e4 6550d9b c2606e4 |
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 |
---
license: apache-2.0
dataset_info:
features:
- name: screenId
dtype: int64
- name: bbox
sequence: float64
- name: captions
sequence: string
- name: file_name
dtype: string
- name: view_hierarchy
dtype: string
- name: file_name_semantic
dtype: string
- name: semantic_annotations
dtype: string
- name: app_package_name
dtype: string
- name: play_store_name
dtype: string
- name: category
dtype: string
- name: average_rating
dtype: float64
- name: number_of_ratings
dtype: string
- name: number_of_downloads
dtype: string
- name: file_name_icon
dtype: string
- name: image
dtype: image
- name: image_icon
dtype: image
- name: image_semantic
dtype: image
splits:
- name: train
num_bytes: 17838159558.65
num_examples: 71350
download_size: 2142847271
dataset_size: 17838159558.65
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|