Transformers
Safetensors
agent
GUI

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 license to apache-2.0.
  • Setting the pipeline_tag to image-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 Usage section 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
V-Droid-Agent org

@nielsr Many thanks for the PR. It is really helpful, and we have merged it.

Sign up or log in to comment