biglab/webui-test
收藏Hugging Face2023-05-05 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/biglab/webui-test
下载链接
链接失效反馈官方服务:
资源简介:
---
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-test", 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.
提供机构:
biglab
原始信息汇总
数据集概述
数据集来源
- 该数据集与WebUI项目相关,项目详细信息可参考论文:WebUI project。
数据集下载
-
下载前需安装
huggingface-hub包: bash pip install huggingface-hub -
使用以下代码进行数据集下载: python from huggingface_hub import snapshot_download snapshot_download(repo_id="biglab/webui-test", repo_type="dataset")
数据集特性
- 数据集中的样本文件数量不一致,原因是数据收集过程中使用了超时机制。
- 发布在HuggingFace的数据集经过特定词汇过滤,样本数量少于原始实验所用数据集。
- 原始数据集可在Google Drive获取,但未来可能被移除。
版权信息
- 下载和使用前,请查阅版权信息:COPYRIGHT.txt。



