Datasets:
boyuanzheng010
commited on
Commit
•
772133d
1
Parent(s):
2f56a2c
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -5,6 +5,40 @@ language:
|
|
5 |
tags:
|
6 |
- web agent
|
7 |
- multimodal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
## Dataset Description
|
|
|
5 |
tags:
|
6 |
- web agent
|
7 |
- multimodal
|
8 |
+
dataset_info:
|
9 |
+
features:
|
10 |
+
- name: action_uid
|
11 |
+
dtype: string
|
12 |
+
- name: raw_html
|
13 |
+
dtype: string
|
14 |
+
- name: cleaned_html
|
15 |
+
dtype: string
|
16 |
+
- name: operation
|
17 |
+
dtype: string
|
18 |
+
- name: pos_candidates
|
19 |
+
sequence: string
|
20 |
+
- name: neg_candidates
|
21 |
+
sequence: string
|
22 |
+
- name: website
|
23 |
+
dtype: string
|
24 |
+
- name: domain
|
25 |
+
dtype: string
|
26 |
+
- name: subdomain
|
27 |
+
dtype: string
|
28 |
+
- name: annotation_id
|
29 |
+
dtype: string
|
30 |
+
- name: confirmed_task
|
31 |
+
dtype: string
|
32 |
+
- name: screenshot
|
33 |
+
dtype: image
|
34 |
+
- name: action_reprs
|
35 |
+
sequence: string
|
36 |
+
splits:
|
37 |
+
- name: test_website
|
38 |
+
num_bytes: 1589513606.713
|
39 |
+
num_examples: 1019
|
40 |
+
download_size: 1102500238
|
41 |
+
dataset_size: 1589513606.713
|
42 |
---
|
43 |
|
44 |
## Dataset Description
|