malinphy
malinphy
when I try to install beir library using by ``` pip install beir ``` or ``` $ git clone https://github.com/beir-cellar/beir.git $ cd beir $ pip install -e . ``` I...
When I try to install pytrec_eval via pip install pytrec_eval, I am getting this error. ERROR: Could not build wheels for pytrec_eval, which is required to install pyproject.toml-based projects win...
I would like to express my gratitude for sharing your repository and the associated dataset. Upon reviewing the ranking/prepare_trec_eval_files.py script, I encountered the following parameters: ``` max_trec_eval_score = 128 min_trec_eval_score...
colab notebooks are not working. it says "The Notebook Does Not Appear to Be Valid JSON"
I encountered a ValueError when attempting to initialize tfrs.metrics.FactorizedTopK with a dataset of candidate embeddings in the TensorFlow Recommenders library. It appears that the function is trying to convert a...