Add pipeline_tag, library_name, paper link, and sample usage
#1
by
nielsr
HF Staff
- opened
This PR updates the model card for "Reason-RFT: Reinforcement Fine-Tuning for Visual Reasoning of Vision Language Models."
Key changes include:
- Metadata: Added
pipeline_tag: image-text-to-textandlibrary_name: transformersto improve model discoverability and enable the automated "how to use" widget. Thetransformerslibrary compatibility is evidenced by theconfig.jsonandtokenizer_config.jsonfiles. - Paper Link: Added a direct link to the Hugging Face paper page (
https://huggingface.co/papers/2503.20752) after the model title for better prominence. - News Section: Updated with more recent and complete entries from the GitHub repository's README.
- Sample Usage: Replaced the generic usage instruction with a detailed "Sample Usage" section, featuring code snippets for environment setup and training, extracted directly from the project's GitHub README.
- Citations: The citation section has been updated to focus on the primary
Reason-RFTpaper.
These changes aim to make the model card more informative and user-friendly for the Hugging Face community.