Improve model card: Update title, add pipeline tag, library name, and paper link
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card for the Reason-RFT model by:
- Updating the title: The current model card title
# π€ Reason-RFT CoT Datesetis misleading as the repository contains model checkpoints. This PR updates the main heading to# Reason-RFT: Reinforcement Fine-Tuning for Visual Reasoning of Vision Language Models, aligning it with the paper title and the GitHub repository's main heading. A clarifying sentence is added below the title. - Adding
pipeline_tag: image-text-to-text: This tag is added to the metadata to accurately categorize the model's functionality (visual reasoning with VLMs) and improve its discoverability on the Hugging Face Hub. - Adding
library_name: transformers: Evidence fromconfig.json(e.g.,Qwen2VLForConditionalGeneration,transformers_version) andtokenizer_config.json(e.g.,Qwen2VLProcessor,Qwen2Tokenizer) indicates compatibility with the Hugging Face Transformers library. This tag will enable automated usage snippets on the model page. - Updating paper links: The links to the paper within the model card content have been updated from the arXiv URL to the official Hugging Face Papers URL (
https://huggingface.co/papers/2503.20752) for better integration within the Hub.
No sample usage code has been added, as none was explicitly provided in the GitHub README for direct inference, adhering to the guidelines.