Skip to content

Commit

Permalink
Merge pull request #389 from markstur/crossencoder
Browse files Browse the repository at this point in the history
CrossEncoderModule with rerank API
  • Loading branch information
evaline-ju authored Sep 12, 2024
2 parents 4a027d3 + 8fa67cc commit 1695c3b
Show file tree
Hide file tree
Showing 3 changed files with 1,225 additions and 0 deletions.
1 change: 1 addition & 0 deletions caikit_nlp/modules/text_embedding/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@
"""

# Local
from .crossencoder import CrossEncoderModule
from .embedding import EmbeddingModule
Loading

0 comments on commit 1695c3b

Please sign in to comment.