Skip to content

Commit

Permalink
Update default_matcher.py
Browse files Browse the repository at this point in the history
  • Loading branch information
woodthom2 authored May 11, 2024
1 parent 0c0859f commit 6582ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/harmony/matching/default_matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
sentence_transformer_path = os.environ["HARMONY_SENTENCE_TRANSFORMER_PATH"]
else:
sentence_transformer_path = (
"sentence-transformers/paraphrase-multilingual-mpnet-base-v2"
"sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2"
)

model = SentenceTransformer(sentence_transformer_path)
Expand Down

0 comments on commit 6582ae9

Please sign in to comment.