Improve model card: Add pipeline tag, library name, and comprehensive usage
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for sensenova/SenseNova-SI-InternVL3-2B by adding key metadata and enriching content for better usability and discoverability on the Hugging Face Hub.
Specifically, it:
- Adds
pipeline_tag: image-text-to-textto accurately reflect the model's functionality (multimodal input of image and text, text output). - Adds
library_name: transformers, as the model is compatible with the Hugging Face Transformers library, enabling the automated inference widget. - Integrates the
QuickStartandCitationsections from the official GitHub README, providing comprehensive installation instructions, command-line examples, and the BibTeX entry. - Adds a dedicated
Sample Usagesection with a Python code snippet demonstrating how to use the model with thetransformerslibrary, adapted from the original GitHub examples. - Updates the performance table in the
Release Informationsection with the more complete and up-to-date benchmarks from the GitHub README, including theSITEmetric.
These changes will make it easier for users to find, understand, and interact with the model.
yl-1993
changed pull request status to
merged