ivelin commited on
Commit
08d324d
1 Parent(s): a6b027b

chore: checkpoint

Browse files

Signed-off-by: ivelin <ivelin.eth@gmail.com>

Files changed (1) hide show
  1. README.md +3 -11
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
- - `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
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