nazdef commited on
Commit
e1e8311
·
verified ·
1 Parent(s): 56e9d79

fix: align hf tokenizer metadata and quickstart with webui inference

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +9 -0
tokenizer_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<bos>",
3
+ "clean_up_tokenization_spaces": false,
4
+ "eos_token": "<eos>",
5
+ "model_max_length": 2500,
6
+ "pad_token": "<pad>",
7
+ "tokenizer_class": "PreTrainedTokenizerFast",
8
+ "unk_token": "<unk>"
9
+ }