Shoriful025 commited on
Commit
bd04e2a
·
verified ·
1 Parent(s): 69fd31e

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": 512,
4
+ "tokenizer_class": "RobertaTokenizer"
5
+ }