Improve model card: Add pipeline tag, license, and enhance overview
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for the GTA1 model by:
- Adding the
pipeline_tag: image-text-to-text, which enables the model to be discovered at https://huggingface.co/models?pipeline_tag=image-text-to-text. - Updating the
licensetoapache-2.0. - Adding specific
tagsto improve discoverability related to its functionality (e.g.,gui-agent,vlm,reinforcement-learning). - Restructuring the top section to give a clear overview of the model, including a direct link to the paper (GTA1: GUI Test-time Scaling Agent) and the GitHub repository, along with an illustrative image from the project.
- Removing the "File information" section, as it's not relevant for a model card.