We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
addSpecialTokens
Problem: Encoding APIs EncodeSingle, EncodePair and Tokenize are missing addSpecialTokens param.
EncodeSingle
EncodePair
Tokenize
Solution: Add optional param (default = false) to method param.
The text was updated successfully, but these errors were encountered:
resoved #11 - added params
ac5b195
0df4419
resolved #11 and bump version
18e4c34
No branches or pull requests
Problem:
Encoding APIs
EncodeSingle
,EncodePair
andTokenize
are missingaddSpecialTokens
param.Solution:
Add optional param (default = false) to method param.
The text was updated successfully, but these errors were encountered: