Improve model card: Add license, pipeline tag, update links, and add sample usage
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card by:
- Adding the
licensetoapache-2.0. - Setting the
pipeline_tagtoimage-text-to-text, ensuring better discoverability at https://huggingface.co/models?pipeline_tag=image-text-to-text. - Updating the model card's title to "V-Droid: Advancing Mobile GUI Agents".
- Linking the paper title in the introduction to the Hugging Face paper page: https://huggingface.co/papers/2503.15937.
- Updating the code repository link to
https://github.com/V-Droid-Agent/V-Droid. - Renaming "Demo" to "Project Page" under "Model Sources" for clearer terminology.
- Including a comprehensive
Sample Usagesection with a Python code snippet directly from the GitHub README to help users quickly get started with the model. - Improving the formatting of the BibTeX citation.
- Removing placeholder
[optional]tags from headers.
Please review these improvements.
Chrisplus
changed pull request status to
merged