perfectmind commited on
Commit
d26a27d
·
verified ·
1 Parent(s): d4971a4

Create tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +7 -0
tokenizer_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_max_length": 40,
3
+ "special_tokens_map_file": null,
4
+ "tokenizer_class": "RobertaTokenizer",
5
+ "trim_offsets": true,
6
+ "unk_token": "[UNK]"
7
+ }