Improve model card: add pipeline tag, library name, and descriptive title
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding the
pipeline_tag: image-text-to-textto the metadata, ensuring better discoverability on the Hub for visual reasoning tasks. - Adding
library_name: transformersto the metadata, as the model's configuration (config.json,tokenizer_config.json) indicates compatibility with the π€ Transformers library, which will enable the automated "How to use" widget. - Updating the main title to
Reason-RFT: Reinforcement Fine-Tuning for Visual Reasoning of Vision Language Modelsfor improved clarity and relevance. - Adding a prominent link to the Hugging Face paper page: Reason-RFT: Reinforcement Fine-Tuning for Visual Reasoning of Vision Language Models.
These changes will improve the model's discoverability and provide clearer information for users.