Add comprehensive model card for E2Rank
#1
by
nielsr
HF Staff
- opened
This PR adds a comprehensive model card for the E2Rank model, including:
- Metadata: Incorporates
license: apache-2.0,library_name: transformers, andpipeline_tag: feature-extractionfor better discoverability and automated integration. - Links: Provides direct links to the official paper (E2Rank: Your Text Embedding can Also be an Effective and Efficient Listwise Reranker), the project page (https://alibaba-nlp.github.io/E2Rank/), and the GitHub repository (https://github.com/Alibaba-NLP/E2Rank).
- Model Description: Includes an introduction and the full abstract from the paper.
- Usage Example: Adds a Python code snippet demonstrating how to use the model for feature extraction (embedding generation) with the
transformerslibrary, as found in the original GitHub README. - Citation: Includes the BibTeX citation for the paper.
Please review and merge this PR.