Datasets:
ivelin
commited on
Commit
•
08d324d
1
Parent(s):
a6b027b
chore: checkpoint
Browse filesSigned-off-by: ivelin <[email protected]>
README.md
CHANGED
@@ -60,17 +60,9 @@ This a Hugging Face formatted dataset derived from the [Google UIBert dataset](h
|
|
60 |
|
61 |
## Dataset Structure
|
62 |
|
63 |
-
- `
|
64 |
-
- `
|
65 |
-
- `
|
66 |
-
|
67 |
-
### Data Instances
|
68 |
-
|
69 |
-
[More Information Needed]
|
70 |
-
|
71 |
-
### Data Fields
|
72 |
-
|
73 |
-
[More Information Needed]
|
74 |
|
75 |
### Data Splits
|
76 |
|
|
|
60 |
|
61 |
## Dataset Structure
|
62 |
|
63 |
+
- `screenshot`: blob of pixels.
|
64 |
+
- `prompt`: Prompt referring to a UI component with an optional action verb. For example "click on search button next to menu drawer."
|
65 |
+
- `target_bounding_box`: Bounding box of targeted UI components. `[xmin, ymin, xmax, ymax]`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
|
67 |
### Data Splits
|
68 |
|