beir-cellar / beir

A Heterogeneous Benchmark for Information Retrieval. Easy to use, evaluate your models across 15+ diverse IR datasets.
http://beir.ai
Apache License 2.0
1.49k stars 177 forks source link

No module named 'tensorflow_text' #138

Open sadanyh opened 1 year ago

sadanyh commented 1 year ago

Hi I am trying to run your Colab example and I get the following error:

No module named 'tensorflow_text' with the cell that starts training the model.

Could you please help solve the issue?

GabboM commented 1 year ago

run !pip install tensorflow_text in a code cell

thakur-nandan commented 1 year ago

if you wish to run BEIR with tensorflow_text.

run pip install beir[tf], these will install additional tensorflow packages.

sadanyh commented 1 year ago

Thanks a lot for the response.

Do you have code in the repo for preparing the JSON files for the qrels and the queries? Thanks

On Tue, Jun 20, 2023 at 1:43 PM Nandan Thakur @.***> wrote:

if you wish to run BEIR with tensorflow_text.

run pip install beir[tf], these will install additional tensorflow packages.

— Reply to this email directly, view it on GitHub https://github.com/beir-cellar/beir/issues/138#issuecomment-1598700450, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANOIMY2EVWIG4ZJU5NGLXV3XMGLHJANCNFSM6AAAAAAWRMKTH4 . You are receiving this because you authored the thread.Message ID: @.***>