Prevent tokenizer calls from returning `token_type_ids`

#26
by joaogante HF Staff - opened

Hi there πŸ‘‹ transformers maintainer here.

Adding this extra tokenization config class will prevent the tokenizer from returning token_type_ids, which are unused by SeedOss πŸ€— The default value for this flag is ["input_ids", "token_type_ids", "attention_mask"]

cc @Fazzie πŸ€—

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment