Datasets:
ivelin commited on
Commit ·
a6b027b
1
Parent(s): 67afdfb
chore: checkpoint
Browse filesSigned-off-by: ivelin <ivelin.eth@gmail.com>
README.md
CHANGED
|
@@ -1,39 +1,38 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
task_categories:
|
| 4 |
-
- image-to-text
|
| 5 |
tags:
|
| 6 |
-
- ui-referring-expression
|
| 7 |
-
- ui-refexp
|
| 8 |
language:
|
| 9 |
-
- en
|
| 10 |
pretty_name: UI understanding
|
| 11 |
size_categories:
|
| 12 |
-
- 10K<n<100K
|
| 13 |
dataset_info:
|
| 14 |
features:
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
config_name: ui_refexp
|
| 22 |
splits:
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
download_size: 6515012176
|
| 33 |
dataset_size: 691510459
|
| 34 |
---
|
| 35 |
|
| 36 |
-
|
| 37 |
# Dataset Card for UIBert
|
| 38 |
|
| 39 |
## Dataset Description
|
|
@@ -62,7 +61,7 @@ This a Hugging Face formatted dataset derived from the [Google UIBert dataset](h
|
|
| 62 |
## Dataset Structure
|
| 63 |
|
| 64 |
- `image_path`: path to UI screenshot.
|
| 65 |
-
- `question`: Prompt referring to a UI component with an optional action verb. For example "click on search button next to menu drawer."
|
| 66 |
- `answer`: Bounding box of targeted UI components. `[xmin, ymin, xmax, ymax]`
|
| 67 |
|
| 68 |
### Data Instances
|
|
@@ -75,9 +74,9 @@ This a Hugging Face formatted dataset derived from the [Google UIBert dataset](h
|
|
| 75 |
|
| 76 |
### Data Splits
|
| 77 |
|
| 78 |
-
- train
|
| 79 |
-
- validation
|
| 80 |
-
- test
|
| 81 |
|
| 82 |
## Dataset Creation
|
| 83 |
|
|
@@ -139,4 +138,4 @@ This a Hugging Face formatted dataset derived from the [Google UIBert dataset](h
|
|
| 139 |
|
| 140 |
### Contributions
|
| 141 |
|
| 142 |
-
[More Information Needed]
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
task_categories:
|
| 4 |
+
- image-to-text
|
| 5 |
tags:
|
| 6 |
+
- ui-referring-expression
|
| 7 |
+
- ui-refexp
|
| 8 |
language:
|
| 9 |
+
- en
|
| 10 |
pretty_name: UI understanding
|
| 11 |
size_categories:
|
| 12 |
+
- 10K<n<100K
|
| 13 |
dataset_info:
|
| 14 |
features:
|
| 15 |
+
- name: screenshot
|
| 16 |
+
dtype: image
|
| 17 |
+
- name: prompt
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: target_bounding_box
|
| 20 |
+
dtype: string
|
| 21 |
config_name: ui_refexp
|
| 22 |
splits:
|
| 23 |
+
- name: train
|
| 24 |
+
num_bytes: 562037265
|
| 25 |
+
num_examples: 15624
|
| 26 |
+
- name: validation
|
| 27 |
+
num_bytes: 60399225
|
| 28 |
+
num_examples: 471
|
| 29 |
+
- name: test
|
| 30 |
+
num_bytes: 69073969
|
| 31 |
+
num_examples: 565
|
| 32 |
download_size: 6515012176
|
| 33 |
dataset_size: 691510459
|
| 34 |
---
|
| 35 |
|
|
|
|
| 36 |
# Dataset Card for UIBert
|
| 37 |
|
| 38 |
## Dataset Description
|
|
|
|
| 61 |
## Dataset Structure
|
| 62 |
|
| 63 |
- `image_path`: path to UI screenshot.
|
| 64 |
+
- `question`: Prompt referring to a UI component with an optional action verb. For example "click on search button next to menu drawer."
|
| 65 |
- `answer`: Bounding box of targeted UI components. `[xmin, ymin, xmax, ymax]`
|
| 66 |
|
| 67 |
### Data Instances
|
|
|
|
| 74 |
|
| 75 |
### Data Splits
|
| 76 |
|
| 77 |
+
- train: 15K samples
|
| 78 |
+
- validation: 471 samples
|
| 79 |
+
- test: 565 samples
|
| 80 |
|
| 81 |
## Dataset Creation
|
| 82 |
|
|
|
|
| 138 |
|
| 139 |
### Contributions
|
| 140 |
|
| 141 |
+
[More Information Needed]
|