Improve model card: Add pipeline tag, library name, paper and code links
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for the CodeV model by adding crucial metadata and expanding the content for better discoverability and user experience.
Key improvements include:
- Adding
pipeline_tag: image-text-to-textto improve discoverability for vision-language models on the Hugging Face Hub. - Adding
library_name: transformersas the model is compatible with the Transformers library, which will enable the automated "How to use" widget. - Updating the paper link to point to the Hugging Face Papers page (
https://huggingface.co/papers/2511.19661) for easier access and consistency. - Including a direct link to the GitHub repository (
https://github.com/RenlyH/CodeV) for users to access the code. - Expanding the model description with key information from the paper's abstract, providing a more comprehensive overview of CodeV's purpose and capabilities.
Please review and merge if these improvements are satisfactory!
RenlyH
changed pull request status to
merged