ali-alkhars commited on
Commit
bca345b
1 Parent(s): a035343

Create tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +6 -0
tokenizer_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "model_max_length": 500,
3
+ "vocab_size": 32128,
4
+ "model_input_names": ["input_ids", "attention_mask"],
5
+ "tokenizer_class": "T5Tokenizer"
6
+ }