Improve model card: Add pipeline tag, library name, paper link, authors, and sample usage
#2
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for Video-R1/Qwen2.5-VL-7B-COT-SFT by:
- Adding the
pipeline_tag: video-text-to-textto ensure proper categorization and discoverability on the Hugging Face Hub. - Specifying
library_name: transformers, enabling direct integration and a "how to use" widget for the model with the π€ Transformers library, supported byconfig.jsonevidence. - Adding an explicit link to the official paper on Hugging Face Papers.
- Including the list of authors for proper attribution.
- Expanding the model description with an "About" section based on the paper's abstract.
- Providing a clear
transformers-based code snippet for sample inference.
These improvements will make the model more accessible, informative, and user-friendly for the community.
KaituoFeng
changed pull request status to
merged