How to use webis/bert-bi-encoder with Lightning IR:
#install from https://github.com/webis-de/lightning-ir from lightning_ir import BiEncoderModule model = BiEncoderModule("webis/bert-bi-encoder") model.score("query", ["doc1", "doc2", "doc3"])
The community tab is the place to discuss and collaborate with the HF community!