Gregniuki commited on
Commit
ee57d44
·
verified ·
1 Parent(s): e25d997

Create tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +12 -0
tokenizer_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tokenizer_class": "PreTrainedTokenizerFast",
3
+ "unk_token": null,
4
+ "sep_token": null,
5
+ "pad_token": null,
6
+ "cls_token": null,
7
+ "mask_token": null,
8
+ "bos_token": null,
9
+ "eos_token": null,
10
+ "model_max_length": 512,
11
+ "padding_side": "right"
12
+ }