PrithivirajDamodaran / FlashRank

Lite & Super-fast re-ranking for your search & retrieval pipelines. Supports SoTA Listwise and Pairwise reranking based on LLMs and cross-encoders and more. Created by Prithivi Da, open for PRs & Collaborations.
Apache License 2.0
595 stars 44 forks source link

Initializing Ranker not working #12

Closed kingsene19 closed 6 months ago

kingsene19 commented 6 months ago

Hi there, I noticed that there was a change in the Config.py to the model url to https://storage.googleapis.com/flash-rank However when initializing a Ranker, it tries to retrieve the model from https://storage.googleapis.com/flashrank which causes a 403 forbidden.

Kind regards.

HTTPError: 403 Client Error: Forbidden for url: https://storage.googleapis.com/flashrank/ms-marco-TinyBERT-L-2-v2.zip

Here is the following error

PrithivirajDamodaran commented 6 months ago

https://github.com/PrithivirajDamodaran/FlashRank/issues/11