TheBloke commited on
Commit
f6808bc
1 Parent(s): 35874f1

Initial GPTQ model commit

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +6 -0
tokenizer_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "model_max_length": 2048,
4
+ "padding_side": "right",
5
+ "tokenizer_class": "PreTrainedTokenizerFast"
6
+ }