Yes,
The Parameter would be correct, but the current released transformers
only support padding
, and truncation
as **kwargs
if you take a look here:
But the next transformers version will allow all **tokenizers_kwargs
to be passed in.
Yes,
The Parameter would be correct, but the current released transformers
only support padding
, and truncation
as **kwargs
if you take a look here:
But the next transformers version will allow all **tokenizers_kwargs
to be passed in.