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"]
Also opened a PR in your other SeedOss models: