Add comprehensive model card for E2Rank
#1
by
nielsr HF Staff - opened
This PR adds a comprehensive model card for the E2Rank model.
It includes:
- Linking to the paper: E2Rank: Your Text Embedding can Also be an Effective and Efficient Listwise Reranker
- The
apache-2.0license - The
transformerslibrary tag for automated usage snippets - The
feature-extractionpipeline tag, enabling discovery of the model for its primary use case - Links to the official project page, Hugging Face collection, and GitHub repository
- Detailed usage examples for both embedding and reranking from the GitHub README, utilizing the
transformerslibrary, enclosed in<details>tags for better readability.
Please review and merge this PR.