AnswerDotAI / rerankers

A lightweight, low-dependency, unified API to use all common reranking and cross-encoder models.
Apache License 2.0
784 stars 40 forks source link

Add FlashRank(cross-encoder/ms-marco-TinyBERT-L-2 on cpu) #8

Closed tarasglek closed 5 months ago

tarasglek commented 5 months ago

I love your collection of rerankers, really interesting to see all of them side-by-side

There is one more fun one that you could add: https://github.com/PrithivirajDamodaran/FlashRank is a cool lib which boasts crazy good cpu perf

bclavie commented 5 months ago

Very good shout, I'll see to it this week, thank you!

bclavie commented 5 months ago

Live now https://github.com/AnswerDotAI/rerankers/pull/10