Add model card with pipeline tag and library name
#1
by
nielsr
HF Staff
- opened
This PR adds a comprehensive model card for MoLoRAG, incorporating essential metadata and linking it to the relevant paper and code.
Specifically, it:
- Sets the
pipeline_tagtovisual-document-retrieval, making the model discoverable on the Hub via relevant filters. - Adds
library_name: transformers, ensuring proper integration with the Transformers library and enabling an automated code snippet for usage. - Links the model to its official paper: MoLoRAG: Bootstrapping Document Understanding via Multi-modal Logic-aware Retrieval.
- Includes a link to the GitHub repository: https://github.com/WxxShirley/MoLoRAG.
xxwu
changed pull request status to
merged