Update README.md
Browse files
README.md
CHANGED
|
@@ -8,11 +8,13 @@ tags:
|
|
| 8 |
- sft
|
| 9 |
license: mit
|
| 10 |
datasets:
|
| 11 |
-
-
|
| 12 |
---
|
| 13 |
|
| 14 |
# GUIrilla-See-7B
|
| 15 |
|
|
|
|
|
|
|
| 16 |
*Vision–language grounding for graphical user interfaces*
|
| 17 |
|
| 18 |
---
|
|
@@ -117,4 +119,15 @@ Trained on [GUIrilla-Task](https://huggingface.co/datasets/MacPaw/GUIrilla).
|
|
| 117 |
|
| 118 |
## License
|
| 119 |
|
| 120 |
-
MIT (see `LICENSE`).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
- sft
|
| 9 |
license: mit
|
| 10 |
datasets:
|
| 11 |
+
- macpaw-research/GUIrilla-Task
|
| 12 |
---
|
| 13 |
|
| 14 |
# GUIrilla-See-7B
|
| 15 |
|
| 16 |
+
[](https://arxiv.org/abs/2510.16051)
|
| 17 |
+
|
| 18 |
*Vision–language grounding for graphical user interfaces*
|
| 19 |
|
| 20 |
---
|
|
|
|
| 119 |
|
| 120 |
## License
|
| 121 |
|
| 122 |
+
MIT (see `LICENSE`).
|
| 123 |
+
|
| 124 |
+
## Citation
|
| 125 |
+
```
|
| 126 |
+
@article{garkot2025guirilla,
|
| 127 |
+
title={GUIrilla: A Scalable Framework for Automated Desktop UI Exploration},
|
| 128 |
+
author={Garkot, Sofiya and Shamrai, Maksym and Synytsia, Ivan and Hirna, Mariya},
|
| 129 |
+
journal={arXiv preprint arXiv:2510.16051},
|
| 130 |
+
year={2025},
|
| 131 |
+
url={https://arxiv.org/abs/2510.16051}
|
| 132 |
+
}
|
| 133 |
+
```
|