File size: 1,306 Bytes
690c111
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a9cc352
 
 
 
 
 
 
 
 
afa320b
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: labels
    sequence:
      sequence: string
  - name: contentBoxes
    sequence:
      sequence: float64
  - name: paddingBoxes
    sequence:
      sequence: float64
  - name: borderBoxes
    sequence:
      sequence: float64
  - name: marginBoxes
    sequence:
      sequence: float64
  - name: key_name
    dtype: string
  splits:
  - name: train
    num_bytes: 1641250089.776
    num_examples: 21168
  download_size: 1381767281
  dataset_size: 1641250089.776
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

This is a repacked version of a split of the WebUI dataset into the HuggingFace datasets format. This repacked version focuses on the web element locations/labels and does not contain all data in the original dataset (e.g., element styles and full source code). Please see the original page for this data and more information about the dataset, including a related publication and copyright/license information.

https://huggingface.co/datasets/biglab/webui-val

```
from datasets import load_dataset

dataset = load_dataset("biglab/webui-val-elements")
```

NOTE: this is the validation split of the WebUI dataset, even though in the converted version, the split is named "train"