Improve model card: Add metadata, links, and detailed introduction
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Adding the
pipeline_tag: image-text-to-text
, ensuring the model can be found via the correct pipeline filter on the Hub. - Adding relevant
tags: gui-agent, visual-grounding, reinforcement-learning
for better discoverability. - Specifying the
license: apache-2.0
. - Adding a prominent top-level title
# GTA1: GUI Test-time Scaling Agent
. - Including direct links to the paper and code repository at the top of the card.
- Expanding the "Introduction" section with a more detailed overview of the model from the paper's abstract and GitHub README.
- Removing the boilerplate "File information" section.