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-text to improve discoverability for multimodal tasks on the Hub.
  • Specifying library_name: transformers to enable the automated "how to use" widget, as evidenced by the LlavaLlamaForCausalLM architecture in config.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-RPN for 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

Sign up or log in to comment