-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e537a64
commit 9942273
Showing
6 changed files
with
95 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Encoding | ||
================================================================== | ||
|
||
Sentence Transformers | ||
------------------------------------------------------------------ | ||
|
||
With pyterrier_dr, its easy to support Sentence Transformer (formerly called SentenceBERT) | ||
models, e.g. from HuggingFace, for dense retrieval. | ||
|
||
The base class is ``SBertBiEncoder('huggingface/path')``. | ||
|
||
Pretrained Encoders | ||
------------------------------------------------------------------ | ||
|
||
These classes are convenience aliases to popular dense encoding models. | ||
|
||
.. autoclass:: pyterrier_dr.Ance() | ||
.. autoclass:: pyterrier_dr.BGEM3() | ||
.. autoclass:: pyterrier_dr.CDE() | ||
.. autoclass:: pyterrier_dr.E5() | ||
.. autoclass:: pyterrier_dr.GTR() | ||
.. autoclass:: pyterrier_dr.Query2Query() | ||
.. autoclass:: pyterrier_dr.RetroMAE() | ||
.. autoclass:: pyterrier_dr.TasB() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters