Update README.md
Browse files
README.md
CHANGED
@@ -7,14 +7,6 @@ dataset_info:
|
|
7 |
dtype: string
|
8 |
- name: task_id
|
9 |
dtype: string
|
10 |
-
- name: subtask_id
|
11 |
-
dtype: int64
|
12 |
-
- name: subtask_query
|
13 |
-
dtype: string
|
14 |
-
- name: action_id
|
15 |
-
dtype: int64
|
16 |
-
- name: action_sequence
|
17 |
-
dtype: string
|
18 |
- name: screenshot_start
|
19 |
dtype: image
|
20 |
- name: action_type
|
@@ -27,6 +19,14 @@ dataset_info:
|
|
27 |
sequence: int64
|
28 |
- name: scroll_value
|
29 |
dtype: float64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
splits:
|
31 |
- name: action
|
32 |
num_bytes: 612934724
|
|
|
7 |
dtype: string
|
8 |
- name: task_id
|
9 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
- name: screenshot_start
|
11 |
dtype: image
|
12 |
- name: action_type
|
|
|
19 |
sequence: int64
|
20 |
- name: scroll_value
|
21 |
dtype: float64
|
22 |
+
- name: action_sequence
|
23 |
+
dtype: string
|
24 |
+
- name: subtask_id
|
25 |
+
dtype: int64
|
26 |
+
- name: subtask_query
|
27 |
+
dtype: string
|
28 |
+
- name: action_id
|
29 |
+
dtype: int64
|
30 |
splits:
|
31 |
- name: action
|
32 |
num_bytes: 612934724
|