EDGEwww25 commited on
Commit
06fb2e9
1 Parent(s): ec40451

update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - question-answering
5
+ language:
6
+ - en
7
+ size_categories:
8
+ - 1M<n<10M
9
+ ---
10
+ This is the dataset repository of paper *EDGE: Enhanced Grounded GUI Understanding with Enriched Multi-Granularity Synthetic Data*.
11
+
12
+ 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.
13
+
14
+ 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.
15
+
16
+ The model parameters is published in repository [*EDGE-Model*](https://huggingface.co/EDGEwww25/EDGE-Model).
17
+
18
+ The model training and inference scripts are published in anonymous repository [*EDGE*](https://anonymous.4open.science/r/EDGE-1CDB).