Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Mynhardt Burger <[email protected]>
  • Loading branch information
mynhardtburger committed Mar 8, 2024
1 parent 4ef9dc1 commit c8b2a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caikit_nlp/modules/text_embedding/embedding.py
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ def sum_token_count(
"""Returns the number of non-special tokens.
Args:
tokenized: BatchEncoding
only_truncated: bool
truncate_only: bool
Returns:
Int total of all tokens contained in tokenized.
"""
Expand Down

0 comments on commit c8b2a8f

Please sign in to comment.