EDGE-Dataset / README.md
EDGEwww25's picture
update README.md
06fb2e9 verified
---
license: mit
task_categories:
- question-answering
language:
- en
size_categories:
- 1M<n<10M
---
This is the dataset repository of paper *EDGE: Enhanced Grounded GUI Understanding with Enriched Multi-Granularity Synthetic Data*.
Considering the huge number of images, the `all_items.jsonl` provided here contains the final QA pairs for training, but does not contain images for the time being. We will release all images as soon as possible.
You can also follow the `mark_webpages` and `dataset.py` scripts provided in the [code repository](https://anonymous.4open.science/r/EDGE-1CDB) to generate your own webpage image-question-answering dataset.
The model parameters is published in repository [*EDGE-Model*](https://huggingface.co/EDGEwww25/EDGE-Model).
The model training and inference scripts are published in anonymous repository [*EDGE*](https://anonymous.4open.science/r/EDGE-1CDB).