Improve model card for ViDRiP-LLaVA: Add pipeline tag, library name, and links
#2
by nielsr HF Staff - opened
This PR enhances the model card for ViDRiP-LLaVA by:
- Adding
pipeline_tag: video-text-to-textto improve discoverability on the Hub. - Specifying
library_name: transformersbased onconfig.jsonevidence (LlavaQwenForCausalLMarchitecture) to enable the "How to use" widget and provide a standard inference snippet. - Including additional descriptive
tagssuch asmedical,pathology,video-language-model,VLM, andLLaVA. - Adding a prominent link to the Hugging Face paper page: https://huggingface.co/papers/2505.04192.
- Adding a prominent link to the GitHub repository: https://github.com/trinhvg/VideoPath-LLaVA.
These changes aim to make the model card more informative and discoverable.