Prevent tokenizer calls from returning `token_type_ids`

#26
by joaogante - 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"]

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

Sign up or log in to comment