biglab/webui-val-elements
收藏Hugging Face2024-01-23 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/biglab/webui-val-elements
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: image
dtype: image
- name: labels
sequence:
sequence: string
- name: contentBoxes
sequence:
sequence: float64
- name: paddingBoxes
sequence:
sequence: float64
- name: borderBoxes
sequence:
sequence: float64
- name: marginBoxes
sequence:
sequence: float64
- name: key_name
dtype: string
splits:
- name: train
num_bytes: 1641250089.776
num_examples: 21168
download_size: 1381767281
dataset_size: 1641250089.776
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
This is a repacked version of a split of the WebUI dataset into the HuggingFace datasets format. This repacked version focuses on the web element locations/labels and does not contain all data in the original dataset (e.g., element styles and full source code). Please see the original page for this data and more information about the dataset, including a related publication and copyright/license information.
https://huggingface.co/datasets/biglab/webui-val
```
from datasets import load_dataset
dataset = load_dataset("biglab/webui-val-elements")
```
NOTE: this is the validation split of the WebUI dataset, even though in the converted version, the split is named "train"
提供机构:
biglab
原始信息汇总
数据集概述
数据集信息
- 特征:
image: 图像数据labels: 字符串序列contentBoxes: 浮点数序列paddingBoxes: 浮点数序列borderBoxes: 浮点数序列marginBoxes: 浮点数序列key_name: 字符串
- 拆分:
train:- 字节数: 1641250089.776
- 样本数: 21168
- 下载大小: 1381767281
- 数据集大小: 1641250089.776
配置
- 配置名称: default
- 数据文件:
split: trainpath: data/train-*
备注
- 该数据集是WebUI数据集的验证拆分,尽管在转换后的版本中,拆分名称为"train"。



