Edit model card

Paligemma WaveUI

Transformers PaliGemma 3B 448-res weights, fine-tuned on the WaveUI-25k dataset for object-detection.

Model Details

Model Description

This fine-tune was done atop of the Paligemma 448 Widgetcap model, using the WaveUI-25k dataset, which contains 25k 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. However, this release is mainly intended as a proof of concept and more details on this larger effort will be shared soon.

Demo

You can find a demo for this model here.

Notes

  • This model was trained only on a subset of the entire WaveUI dataset. We will release a version using the full dataset soon.
  • The only task used in the fine-tune was the object detection task, so it might not perform well in other types of tasks.

Usage

To start using this model, run the following:

from transformers import AutoProcessor, PaliGemmaForConditionalGeneration

model = PaliGemmaForConditionalGeneration.from_pretrained("agentsea/paligemma-3b-ft-widgetcap-waveui-448").eval()
processor = AutoProcessor.from_pretrained("google/paligemma-3b-pt-448")

Data

We used the WaveUI-25k dataset for this fine-tune. Before using it, we preprocessed the data to use the Paligemma bounding-box format, and we filtered-out non-English examples.

Evaluation

We will release a full evaluation report along with the full WebUI dataset. Stay tuned! :)

Downloads last month
40
Safetensors
Model size
2.92B params
Tensor type
F32
·
Unable to determine this model’s pipeline type. Check the docs .

Dataset used to train agentsea/paligemma-3b-ft-widgetcap-waveui-448

Space using agentsea/paligemma-3b-ft-widgetcap-waveui-448 1

Collection including agentsea/paligemma-3b-ft-widgetcap-waveui-448