Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,19 @@ This data accompanies the WebUI project (https://dl.acm.org/doi/abs/10.1145/3544
|
|
7 |
For more information, check out the project website: https://uimodeling.github.io/
|
8 |
|
9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
IMPORTANT
|
11 |
|
12 |
* Before downloading and using, please review the copyright info here: https://github.com/js0nwu/webui/blob/main/COPYRIGHT.txt
|
|
|
7 |
For more information, check out the project website: https://uimodeling.github.io/
|
8 |
|
9 |
|
10 |
+
To download this dataset, you need to install the huggingface-hub package
|
11 |
+
```
|
12 |
+
pip install huggingface-hub
|
13 |
+
```
|
14 |
+
|
15 |
+
Use snapshot_download
|
16 |
+
|
17 |
+
```
|
18 |
+
from huggingface_hub import snapshot_download
|
19 |
+
snapshot_download(repo_id="biglab/webui-7k", repo_type="dataset")
|
20 |
+
```
|
21 |
+
|
22 |
+
|
23 |
IMPORTANT
|
24 |
|
25 |
* Before downloading and using, please review the copyright info here: https://github.com/js0nwu/webui/blob/main/COPYRIGHT.txt
|