File size: 359 Bytes
9c83a36 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
{
"add_prefix_space": false,
"additional_special_tokens": [
"<|system|>",
"<|assistant|>",
"<|user|>",
"<|end|>",
"<|PAD|>"
],
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 1400,
"tokenizer_class": "CodeGenTokenizer",
"unk_token": "<|endoftext|>"
}
|