Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.02 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.02 KB

Polish Massive Text Embedding Benchmark

💻 Installation

git clone https://github.com/rafalposwiata/pl-mteb
cd pl-mteb
pip install -r requirements.txt

🔨 Usage

python run_evaluation.py --models_config <PATH_TO_MODELS_CONFIG_FILE>

Example:
python run_evaluation.py --models_config configs/main_evaluation_configs.json

📜 Citation

@article{poswiata2024plmteb,
    title={PL-MTEB: Polish Massive Text Embedding Benchmark},
    author={Rafał Poświata and Sławomir Dadas and Michał Perełkiewicz},
    journal={arXiv preprint arXiv:2405.10138},
    year={2024}
}