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-text to 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 QuickStart and Citation sections from the official GitHub README, providing comprehensive installation instructions, command-line examples, and the BibTeX entry.
  • Adds a dedicated Sample Usage section with a Python code snippet demonstrating how to use the model with the transformers library, adapted from the original GitHub examples.
  • Updates the performance table in the Release Information section with the more complete and up-to-date benchmarks from the GitHub README, including the SITE metric.

These changes will make it easier for users to find, understand, and interact with the model.

yl-1993 changed pull request status to merged

Sign up or log in to comment