Improve model card for SEAgent: Add metadata and description
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for SEAgent by:
- Adding the
pipeline_tag: image-text-to-text
, which helps users discover the model when filtering by task on the Hugging Face Hub. - Specifying the
library_name: transformers
to indicate compatibility with thetransformers
library, enabling the "How to use" widget on the model page. - Providing a concise yet informative description of the model's capabilities and purpose, derived from the paper's abstract.
- Updating the paper link from arXiv to the official Hugging Face papers page for better integration and user experience.