Improve model card for RRVF-Chart Model
#1
by
nielsr
HF Staff
- opened
This PR significantly improves the model card for the RRVF-Chart Model by adding crucial information:
- Adds
pipeline_tag: image-text-to-textandlibrary_name: transformersmetadata, along with relevanttags, enhancing discoverability and integration on the Hub. - Includes a direct link to the official Hugging Face paper: Learning Only with Images: Visual Reinforcement Learning with Reasoning, Rendering, and Visual Feedback.
- Links to the official GitHub repository for the RRVF framework.
- Provides a comprehensive overview of the model, including its abstract, framework details, and key performance results from the paper.
- Adds a clear and concise Python code example using
transformers.pipelinefor easy sample usage. - Includes the BibTeX citation for proper attribution.