Skip to content

Commit

Permalink
Update tests/modules/text_embedding/test_embedding.py
Browse files Browse the repository at this point in the history
Co-authored-by: Evaline Ju <[email protected]>
Signed-off-by: Mynhardt Burger <[email protected]>
  • Loading branch information
mynhardtburger and evaline-ju committed Mar 8, 2024
1 parent 9cf0491 commit 4ef9dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/modules/text_embedding/test_embedding.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
]

QUERY = "What is foo bar?"
QUERY_TOKEN_COUNT = 13 + 2 # [CLS] 13 normal [SEP]
QUERY_TOKEN_COUNT = 13 + 2 # [CLS] Whatisfoobar? [SEP]

QUERIES: List[str] = [
"Who is foo?",
Expand Down

0 comments on commit 4ef9dc1

Please sign in to comment.