biglab/webui-7k
收藏资源简介:
--- 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-7k", repo_type="dataset") ``` IMPORTANT * Before downloading and using, please review the copyright info here: https://github.com/js0nwu/webui/blob/main/COPYRIGHT.txt * Not all data samples have the same number of files (e.g., same number of device screenshots) due to the fact that the crawler used a timeout during collection * The dataset released on HuggingFace was filtered using a list of explicit words and therefore contains fewer samples than the experiments originally used in the paper. The raw dataset is currently available (https://drive.google.com/drive/folders/1hcO75W2FjsZoibsj2TIbKz67hy9JkOBz?usp=share_link) but may be removed in the future.
许可证:其他 本数据集配套于WebUI项目(项目链接:https://dl.acm.org/doi/abs/10.1145/3544548.3581158)。 如需获取更多详情,请访问项目官网:https://uimodeling.github.io/ 如需下载本数据集,请先安装huggingface-hub工具包: pip install huggingface-hub 请使用snapshot_download接口执行下载操作: from huggingface_hub import snapshot_download snapshot_download(repo_id="biglab/webui-7k", repo_type="dataset") 重要提示 1. 在下载与使用本数据集前,请务必查阅此处的版权声明:https://github.com/js0nwu/webui/blob/main/COPYRIGHT.txt 2. 因采集过程中爬虫设置了超时限制,并非所有数据样本的文件数量均保持一致(例如不同样本的设备截图数量存在差异)。 3. HuggingFace平台上发布的本数据集已通过敏感词列表完成过滤,因此其样本数量少于论文原实验所使用的数据集。原始数据集目前可通过以下链接获取(https://drive.google.com/drive/folders/1hcO75W2FjsZoibsj2TIbKz67hy9JkOBz?usp=share_link),但未来可能会被移除。
数据集概述
数据集名称
- biglab/webui-7k
许可证
- 其他
数据集来源
- 该数据集与WebUI项目相关,项目详情可参考论文:WebUI project
下载方法
- 使用Python的
huggingface-hub包进行下载。 - 下载命令: python from huggingface_hub import snapshot_download snapshot_download(repo_id="biglab/webui-7k", repo_type="dataset")



