Enhance model card with paper details, framework, results, and usage
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the model card by:
- Adding the
pipeline_tag: image-to-textto better categorize the model's functionality for image-to-code generation. - Specifying
library_name: transformersto indicate compatibility with the Hugging Face Transformers library and enable the "how to use" widget. - Including a detailed overview of the paper's abstract, the RRVF framework, and the main results (including performance tables) directly from the official GitHub repository.
- Providing explicit links to the paper on Hugging Face (https://huggingface.co/papers/2507.20766) and the official GitHub repository (https://github.com/syficy/RRVF).
- Adding a practical
transformerscode snippet for quick inference.
These improvements will make the model more discoverable, informative, and easier for users to understand and utilize on the Hugging Face Hub.