Skip to content

Commit

Permalink
Fix MHC test case
Browse files Browse the repository at this point in the history
  • Loading branch information
woodthom2 committed May 11, 2024
1 parent 6582ae9 commit 66c3292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_match_mhc.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

mhc_questions_as_text = ["Have you ever felt annoyed by criticism of your drinking?", "Have you recently"]

model = SentenceTransformer('sentence-transformers/paraphrase-multilingual-mpnet-base-v2')
model = SentenceTransformer('sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2')

mhc_embeddings = model.encode(np.asarray(mhc_questions_as_text))

Expand Down

0 comments on commit 66c3292

Please sign in to comment.