Enhance model card for UI-AGILE: Add metadata, links, abstract, and usage
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for the UI-AGILE model.
Key improvements include:
- Addition of
library_name: transformersandpipeline_tag: image-text-to-textmetadata, improving discoverability and enabling the "how to use" widget. - Inclusion of the paper abstract and a comprehensive overview of the model's features and performance based on the original GitHub repository.
- Direct links to the paper (UI-AGILE: Advancing GUI Agents with Effective Reinforcement Learning and Precise Inference-Time Grounding), project homepage (https://osatlas.github.io/), and GitHub repository for easy access to more information and code.
- A practical Python code snippet for quick inference, demonstrating how to load and use the model with the
transformerslibrary, adapted for this repository. - Addition of the BibTeX citation and acknowledgements for proper attribution.
- Removal of the internal "File information" section.
Please review the proposed changes.