webui-all / README.md
Jsonwu's picture
Update README.md
1e44b44
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-all", repo_type="dataset")

IMPORTANT