webui-70k / README.md
Jsonwu's picture
Update README.md
8e291f2
metadata
license: other

This data accompanies the WebUI project (https://dl.acm.org/doi/abs/10.1145/3544548.3581158)

For more information, check out the project website: https://uimodeling.github.io/

To download this dataset, you need to install the huggingface-hub package

pip install huggingface-hub

Use snapshot_download

from huggingface_hub import snapshot_download
snapshot_download(repo_id="biglab/webui-70k", repo_type="dataset")

IMPORTANT