Closed rafvasq closed 1 month ago
Attention: Patch coverage is 72.72727%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 58.33%. Comparing base (
896db8b
) to head (891744f
).
Files with missing lines | Patch % | Lines |
---|---|---|
tests/utils.py | 62.50% | 1 Missing and 2 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
66 made
add_special_tokens
true by default but its behaviour isn't replicated in /tokenize resulting in a different token count ifADD_SPECIAL_TOKENS
is false. This PR fixes that by passing it in /tokenize and adds a test for the tokenize method.I can follow this up with another test that compares the token count between the methods if required but otherwise this closes #141.