Initial GPTQ model commit
Browse files- 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 |
+
}
|