Skip to content

Commit

Permalink
Merge pull request #481 from tomaarsen/patch-1
Browse files Browse the repository at this point in the history
[`chore`] Fix typo; update link
  • Loading branch information
okhat authored Feb 27, 2024
2 parents ccd22e8 + 9f3c117 commit a4a3397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dsp/modules/sentence_vectorizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ def _extract_text_from_examples(self, inp_examples: List) -> List[str]:

class SentenceTransformersVectorizer(BaseSentenceVectorizer):
'''
Vectorizer bsaed on `SentenceTransformers` models. You can pick any model from this link:
https://huggingface.co/sentence-transformers
Vectorizer based on `SentenceTransformers` models. You can pick any model from this link:
https://huggingface.co/models?library=sentence-transformers
More details about models:
https://www.sbert.net/docs/pretrained_models.html
'''
Expand Down

0 comments on commit a4a3397

Please sign in to comment.