Ask a question to get started
Enter to sendā¢Shift+Enter new line
Compute similarity scores using a HuggingFace transformer model.
score( self, text_pairs: List[Tuple[str, str]], ) -> List[float]
text_pairs
List[Tuple[str, str]]
The list of text text_pairs to score the similarity.