Improve model card: Add pipeline tag, library name, introduction, and GitHub link
#1
by nielsr HF Staff - opened
This PR significantly enhances the model card for llava-v1.5-13b-roi-K15T3-152k-v1bf16Mheads-twiginit by:
- Adding
pipeline_tag: image-text-to-textto improve discoverability for multimodal tasks on the Hub. - Specifying
library_name: transformersto enable the automated "how to use" widget, as evidenced by theLlavaLlamaForCausalLMarchitecture inconfig.json. - Updating the paper reference in the content to link directly to the Hugging Face paper page:
https://huggingface.co/papers/2509.16944. - Including an "Introduction" section, derived from the project's GitHub README, to provide a concise overview of the model and its framework.
- Adding a direct link to the GitHub repository:
https://github.com/YuHengsss/SD-RPNfor easier access to the code and further details.
These improvements provide users with richer information and make the model easier to find and understand.
YuhengSSS changed pull request status to merged