Instructions to use webis/bert-bi-encoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Lightning IR
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"]) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,8 @@ pipeline_tag: text-ranking
|
|
| 4 |
library_name: lightning-ir
|
| 5 |
base_model:
|
| 6 |
- google-bert/bert-base-uncased
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# Lightning IR BERT Bi-Encoder
|
|
|
|
| 4 |
library_name: lightning-ir
|
| 5 |
base_model:
|
| 6 |
- google-bert/bert-base-uncased
|
| 7 |
+
tags:
|
| 8 |
+
- bi-encoder
|
| 9 |
---
|
| 10 |
|
| 11 |
# Lightning IR BERT Bi-Encoder
|