Improve model card with sample usage and enhanced tags
#3
by
nielsr
HF Staff
- opened
This PR enhances the model card for THUDM/GLM-4.1V-9B-Base
by:
- Adding a comprehensive sample usage section: This makes it easier for users to get started with the model using the
transformers
library, directly addressing a key requirement for a well-documented model card. - Expanding metadata tags: Added
multimodal
,video
,gui-agent
, andgrounding
to thetags
list to improve model discoverability and more accurately reflect its diverse capabilities beyond just "reasoning". - Adding Citation: Included the BibTeX citation from the paper for proper attribution.
These updates aim to make the model card more informative and user-friendly on the Hugging Face Hub.