Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,45 +1,39 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
size_categories:
|
4 |
-
- n<1K
|
5 |
-
task_categories:
|
6 |
-
- object-detection
|
7 |
-
- image-classification
|
8 |
dataset_info:
|
9 |
features:
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
splits:
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
|
|
|
|
32 |
tags:
|
33 |
-
- web-ui
|
34 |
-
- screenshots
|
35 |
-
- html
|
36 |
-
- images
|
37 |
-
- videos
|
38 |
-
|
39 |
-
-
|
40 |
-
data_files:
|
41 |
-
- split: train
|
42 |
-
path: data/train-*
|
43 |
---
|
44 |
|
45 |
# Web UI Dataset
|
@@ -48,10 +42,10 @@ This dataset contains web pages, their screenshots across different devices, and
|
|
48 |
|
49 |
## Dataset Summary
|
50 |
|
51 |
-
- **Total web pages**:
|
52 |
-
- **Total images**:
|
53 |
-
- **Total screenshots**:
|
54 |
-
- **Total videos**:
|
55 |
|
56 |
## Contents
|
57 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
3 |
dataset_info:
|
4 |
features:
|
5 |
+
- name: index
|
6 |
+
dtype: int64
|
7 |
+
- name: url
|
8 |
+
dtype: string
|
9 |
+
- name: html_content
|
10 |
+
dtype: string
|
11 |
+
- name: desktop_screenshot
|
12 |
+
dtype: image
|
13 |
+
- name: tablet_screenshot
|
14 |
+
dtype: image
|
15 |
+
- name: mobile_screenshot
|
16 |
+
dtype: image
|
17 |
+
- name: desktop_video
|
18 |
+
dtype: string
|
19 |
+
- name: images
|
20 |
+
sequence: image
|
21 |
splits:
|
22 |
+
- name: train
|
23 |
+
num_examples: 34
|
24 |
+
download_size: ~
|
25 |
+
dataset_size: ~
|
26 |
+
task_categories:
|
27 |
+
- object-detection
|
28 |
+
- image-classification
|
29 |
tags:
|
30 |
+
- web-ui
|
31 |
+
- screenshots
|
32 |
+
- html
|
33 |
+
- images
|
34 |
+
- videos
|
35 |
+
size_categories:
|
36 |
+
- n<1K
|
|
|
|
|
|
|
37 |
---
|
38 |
|
39 |
# Web UI Dataset
|
|
|
42 |
|
43 |
## Dataset Summary
|
44 |
|
45 |
+
- **Total web pages**: 34
|
46 |
+
- **Total images**: 492
|
47 |
+
- **Total screenshots**: 102
|
48 |
+
- **Total videos**: 34
|
49 |
|
50 |
## Contents
|
51 |
|