Jsonwu commited on
Commit
d782e40
1 Parent(s): f946fb3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -32,3 +32,13 @@ configs:
32
  - split: train
33
  path: data/train-*
34
  ---
 
 
 
 
 
 
 
 
 
 
 
32
  - split: train
33
  path: data/train-*
34
  ---
35
+
36
+ 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.
37
+
38
+ https://huggingface.co/datasets/biglab/webui-7kbal
39
+
40
+ ```
41
+ from datasets import load_dataset
42
+
43
+ dataset = load_dataset("biglab/webui-7kbal-elements")
44
+ ```