Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmacavaney committed Nov 27, 2024
1 parent 5178333 commit 7594ed3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyterrier_dr/pt_docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ Import ``pyterrier_dr``, load a pre-built index and model, and retrieve:
:maxdepth: 1

prf
sbert
3 changes: 2 additions & 1 deletion pyterrier_dr/pt_docs/sbert.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Using Sentence Transformer models for Dense retrieval in PyTerrier
==================================================================

With PyTerrier_DR, its easy to support Sentence Transformer models, e.g. from HuggingFace, for dense retrieval.
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')``;

Expand Down

0 comments on commit 7594ed3

Please sign in to comment.