TheBloke commited on
Commit
ee65ac5
1 Parent(s): cea96c3

GPTQ model commit

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +7 -0
tokenizer_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "clean_up_tokenization_spaces": true,
4
+ "eos_token": "<|endoftext|>",
5
+ "model_max_length": 2048,
6
+ "tokenizer_class": "PreTrainedTokenizerFast"
7
+ }