fart2 commited on
Commit
67bbbcc
1 Parent(s): a3c90e6

Create tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +4 -0
tokenizer_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "model_max_length": 512,
3
+ "tokenizer_class": "T5TokenizerFast"
4
+ }