Improve model card: Add metadata and links to paper and code
#1
by nielsr HF Staff - opened
This PR enhances the model card by:
- Adding the
pipeline_tag: image-text-to-textfor better discoverability of this multimodal OS agent. - Specifying
library_name: transformersas theconfig.jsonindicates compatibility with the Hugging Face Transformers library (e.g.,Qwen2_5_VLModel,transformers_version), enabling the "how to use" widget on the model page. - Adding the
license: cc-by-nc-4.0, which is a common and appropriate license for academic research artifacts. - Linking the model directly to its official paper on the Hugging Face Hub: VeriOS: Query-Driven Proactive Human-Agent-GUI Interaction for Trustworthy OS Agents.
- Including a direct link to the associated GitHub repository for easy access to the code: https://github.com/Wuzheng02/VeriOS.