Skip to content

Commit

Permalink
remove name in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedlone127 committed Sep 4, 2023
1 parent 8dbfce5 commit 44fd1aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class MPNetEmbeddingsTestSpec extends AnyFlatSpec {
.setOutputCol("document")

val embeddings = MPNetEmbeddings
.pretrained("mpnet_embedding_all_mpnet_base_v2_by_sentence_transformers")
.pretrained()
.setInputCols(Array("document"))
.setOutputCol("mpnet")

Expand Down

0 comments on commit 44fd1aa

Please sign in to comment.