TheBloke commited on
Commit
f1b3dbf
1 Parent(s): ef6a496

Initial GPTQ model commit

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +12 -0
tokenizer_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_eos_token": false,
3
+ "add_special_tokens": true,
4
+ "clean_up_tokenization_spaces": true,
5
+ "eos_token": "<|endoftext|>",
6
+ "model_max_length": 1000000000000000019884624838656,
7
+ "pad_token": null,
8
+ "tokenizer_class": "CodeGen25Tokenizer",
9
+ "auto_map": {
10
+ "AutoTokenizer": ["tokenization_codegen25.CodeGen25Tokenizer", null]
11
+ }
12
+ }