Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -6,22 +6,98 @@ configs:
|
|
| 6 |
path: data/train-*
|
| 7 |
dataset_info:
|
| 8 |
features:
|
| 9 |
-
- name:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
sequence: string
|
| 11 |
-
- name:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
dtype: string
|
|
|
|
|
|
|
| 13 |
- name: target_action_index
|
| 14 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
- name: cleaned_accessibility_tree
|
| 16 |
dtype: string
|
|
|
|
|
|
|
| 17 |
- name: cleaned_next_accessibility_tree
|
| 18 |
dtype: string
|
| 19 |
splits:
|
| 20 |
- name: train
|
| 21 |
-
num_bytes:
|
| 22 |
num_examples: 7775
|
| 23 |
-
download_size:
|
| 24 |
-
dataset_size:
|
| 25 |
---
|
| 26 |
# Dataset Card for "Mind2Web-axtree-cleaned-lite"
|
| 27 |
|
|
|
|
| 6 |
path: data/train-*
|
| 7 |
dataset_info:
|
| 8 |
features:
|
| 9 |
+
- name: action_uid
|
| 10 |
+
dtype: string
|
| 11 |
+
- name: operation
|
| 12 |
+
dtype: string
|
| 13 |
+
- name: pos_candidates
|
| 14 |
sequence: string
|
| 15 |
+
- name: neg_candidates
|
| 16 |
+
sequence: string
|
| 17 |
+
- name: website
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: domain
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: subdomain
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: annotation_id
|
| 24 |
+
dtype: string
|
| 25 |
+
- name: confirmed_task
|
| 26 |
dtype: string
|
| 27 |
+
- name: action_reprs
|
| 28 |
+
sequence: string
|
| 29 |
- name: target_action_index
|
| 30 |
dtype: string
|
| 31 |
+
- name: target_action_reprs
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: action
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: original_action_repr
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: original_pos_candidate
|
| 38 |
+
struct:
|
| 39 |
+
- name: attributes
|
| 40 |
+
struct:
|
| 41 |
+
- name: alt
|
| 42 |
+
dtype: string
|
| 43 |
+
- name: aria_description
|
| 44 |
+
dtype: string
|
| 45 |
+
- name: aria_label
|
| 46 |
+
dtype: string
|
| 47 |
+
- name: backend_node_id
|
| 48 |
+
dtype: string
|
| 49 |
+
- name: bounding_box_rect
|
| 50 |
+
dtype: string
|
| 51 |
+
- name: class
|
| 52 |
+
dtype: string
|
| 53 |
+
- name: data_pw_testid_buckeye_candidate
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: id
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: input_checked
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: input_value
|
| 60 |
+
dtype: string
|
| 61 |
+
- name: is_clickable
|
| 62 |
+
dtype: string
|
| 63 |
+
- name: label
|
| 64 |
+
dtype: string
|
| 65 |
+
- name: name
|
| 66 |
+
dtype: string
|
| 67 |
+
- name: placeholder
|
| 68 |
+
dtype: string
|
| 69 |
+
- name: role
|
| 70 |
+
dtype: string
|
| 71 |
+
- name: text_value
|
| 72 |
+
dtype: string
|
| 73 |
+
- name: title
|
| 74 |
+
dtype: string
|
| 75 |
+
- name: type
|
| 76 |
+
dtype: string
|
| 77 |
+
- name: value
|
| 78 |
+
dtype: string
|
| 79 |
+
- name: backend_node_id
|
| 80 |
+
dtype: string
|
| 81 |
+
- name: is_original_target
|
| 82 |
+
dtype: bool
|
| 83 |
+
- name: is_top_level_target
|
| 84 |
+
dtype: bool
|
| 85 |
+
- name: tag
|
| 86 |
+
dtype: string
|
| 87 |
+
- name: match_type
|
| 88 |
+
dtype: string
|
| 89 |
- name: cleaned_accessibility_tree
|
| 90 |
dtype: string
|
| 91 |
+
- name: previous_actions
|
| 92 |
+
sequence: string
|
| 93 |
- name: cleaned_next_accessibility_tree
|
| 94 |
dtype: string
|
| 95 |
splits:
|
| 96 |
- name: train
|
| 97 |
+
num_bytes: 14809069441
|
| 98 |
num_examples: 7775
|
| 99 |
+
download_size: 3135217538
|
| 100 |
+
dataset_size: 14809069441
|
| 101 |
---
|
| 102 |
# Dataset Card for "Mind2Web-axtree-cleaned-lite"
|
| 103 |
|