Update README.md
Browse files
README.md
CHANGED
|
@@ -13,8 +13,8 @@ GUI-Drag is a diverse dataset of 161K text dragging examples synthesized through
|
|
| 13 |
Our dataset is built upon the Uground, Jedi, and additional public paper-style academic document screenshots.
|
| 14 |
|
| 15 |
**NOTE**: Before you use this dataset, make sure you understand the logic of absolute coordinates and [image processor](https://github.com/QwenLM/Qwen2.5-VL/blob/d2240f11656bfe404b9ba56db4e51cd09f522ff1/qwen-vl-utils/src/qwen_vl_utils/vision_process.py#L60) for [Qwen2.5-VL](https://arxiv.org/abs/2502.13923).
|
| 16 |
-
This dataset is set with the image processor
|
| 17 |
-
Make sure you also follow it in your training procedure
|
| 18 |
|
| 19 |
|
| 20 |
# Note
|
|
|
|
| 13 |
Our dataset is built upon the Uground, Jedi, and additional public paper-style academic document screenshots.
|
| 14 |
|
| 15 |
**NOTE**: Before you use this dataset, make sure you understand the logic of absolute coordinates and [image processor](https://github.com/QwenLM/Qwen2.5-VL/blob/d2240f11656bfe404b9ba56db4e51cd09f522ff1/qwen-vl-utils/src/qwen_vl_utils/vision_process.py#L60) for [Qwen2.5-VL](https://arxiv.org/abs/2502.13923).
|
| 16 |
+
This dataset is set with the image processor max_pixels=2116800, which is aligned with the [Jedi model series](https://huggingface.co/xlangai/Jedi-3B-1080p/tree/main).
|
| 17 |
+
Make sure you also follow it in your training procedure; the performance will not be as expected.
|
| 18 |
|
| 19 |
|
| 20 |
# Note
|