Transformers
PaliGemma 3B 448-res weights, fine-tuned on the
WaveUI dataset for object-detection.
This fine-tune was done atop of the
Paligemma 448 Widgetcap model, using the
WaveUI dataset, which contains ~80k examples of labeled UI elements.
The fine-tune was done for the object detection task. Specifically, this model aims to perform well at UI element detection, as part of a wider effort to enable our open-source toolkit for building agents at
AgentSea.
1from transformers import AutoProcessor, PaliGemmaForConditionalGeneration
2
3model = PaliGemmaForConditionalGeneration.from_pretrained("agentsea/paligemma-3b-ft-widgetcap-waveui-448").eval()
4processor = AutoProcessor.from_pretrained("agentsea/paligemma-3b-ft-widgetcap-waveui-448")
We used the
WaveUI dataset for this fine-tune. Before using it, we preprocessed the data to use the Paligemma bounding-box format.
We calculated the mean IoU over 1024 examples of the test set using 3 different closed-source models: Gemini 1.5 Pro, Claude 3.5 Sonnet and GPT 4o. We also ran this same calculation using the PaliGemma WaveUI fine-tunes. We obtained the following values: