Improve model card: add pipeline tag, library name, and links
#1
by nielsr HF Staff - opened
Hi! I'm Niels, part of the community science team at Hugging Face.
This PR improves the model card for Mobile-Agent-v3.5 (GUI-Owl-1.5). Specifically, it:
- Adds the
image-text-to-textpipeline tag to ensure the model is correctly categorized on the Hub. - Adds the
transformerslibrary name as the repository contains aconfig.jsonwith a compatible architecture and version. - Moves the ArXiv ID from the YAML metadata to the markdown content as a paper link, following best practices.
- Adds links to the original paper and the official GitHub repository.
- Organizes the description for better readability.
Please let me know if you have any questions!