Transformers
Safetensors
Generated from Trainer
trl
sft
🇪🇺 Region: EU
mshamrai commited on
Commit
a1c18f4
·
verified ·
1 Parent(s): 32c9acc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -8,11 +8,13 @@ tags:
8
  - sft
9
  license: mit
10
  datasets:
11
- - MacPaw/GUIrilla
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
+ [![arXiv](https://img.shields.io/badge/arXiv-2510.16051-b31b1b.svg)](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
+ ```