| | --- |
| | dataset_info: |
| | features: |
| | - name: action_uid |
| | dtype: string |
| | - name: operation |
| | struct: |
| | - name: op |
| | dtype: string |
| | - name: original_op |
| | dtype: string |
| | - name: value |
| | dtype: string |
| | - name: website |
| | dtype: string |
| | - name: domain |
| | dtype: string |
| | - name: subdomain |
| | dtype: string |
| | - name: annotation_id |
| | dtype: string |
| | - name: confirmed_task |
| | dtype: string |
| | - name: screenshot |
| | dtype: image |
| | - name: action_reprs |
| | sequence: string |
| | - name: target_action_index |
| | dtype: string |
| | - name: target_action_reprs |
| | dtype: string |
| | - name: bboxes |
| | sequence: |
| | sequence: int64 |
| | - name: width |
| | dtype: int64 |
| | - name: height |
| | dtype: int64 |
| | splits: |
| | - name: test_domain |
| | num_bytes: 1864995977.532 |
| | num_examples: 3828 |
| | - name: test_task |
| | num_bytes: 616245490.59 |
| | num_examples: 1257 |
| | - name: test_website |
| | num_bytes: 549720580.0 |
| | num_examples: 975 |
| | download_size: 2526992122 |
| | dataset_size: 3030962048.122 |
| | configs: |
| | - config_name: default |
| | data_files: |
| | - split: test_domain |
| | path: data/test_domain-* |
| | - split: test_task |
| | path: data/test_task-* |
| | - split: test_website |
| | path: data/test_website-* |
| | --- |
| | |
| | 处理自https://huggingface.co/datasets/osunlp/Multimodal-Mind2Web |
| |
|
| | - 删除了训练集 |
| | - 删除了html信息 |
| | - 保留了pos_candidates的bbox信息(x, y, w, h),删除了其它pos_candidates和neg_candidates的信息 |
| | - 添加了图片width, height信息 |
| | - 删除了不包含pos_candidates或不包含screenshot的样本 |
| |
|