Skip to content

Commit

Permalink
Added list of supported models
Browse files Browse the repository at this point in the history
  • Loading branch information
goldpulpy committed Oct 9, 2024
1 parent 12d1c4c commit 93305cb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pysentence_similarity/_support_models.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
"""Support models list."""

_support_models = [
"all-MiniLM-L6-v2",
"paraphrase-MiniLM-L6-v2",
"all-MiniLM-L12-v2",
"gte-small",
"all-mpnet-base-v2",
"paraphrase-multilingual-MiniLM-L12-v2"
"text2vec-base-multilingual",
"gte-multilingual-base",
"gte-large",
"LaBSE"
]

0 comments on commit 93305cb

Please sign in to comment.