Instructions to use webis/set-encoder-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Lightning IR
How to use webis/set-encoder-base with Lightning IR:
#install from https://github.com/webis-de/lightning-ir from lightning_ir import CrossEncoderModule model = CrossEncoderModule("webis/set-encoder-base") model.score("query", ["doc1", "doc2", "doc3"]) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
pipeline_tag: text-ranking
|
| 4 |
-
library_name:
|
| 5 |
base_model:
|
| 6 |
- google/electra-base-discriminator
|
| 7 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
pipeline_tag: text-ranking
|
| 4 |
+
library_name: lightning-ir
|
| 5 |
base_model:
|
| 6 |
- google/electra-base-discriminator
|
| 7 |
---
|