Shoriful025 commited on
Commit
e9bfc52
·
verified ·
1 Parent(s): 6df5320

Create tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +5 -0
tokenizer_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "model_max_length": 1024,
4
+ "tokenizer_class": "GPT2Tokenizer"
5
+ }