File size: 495 Bytes
19f5c79 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
{
"add_prefix_space": false,
"additional_special_tokens": [
"<|c|>",
"<|/c|>",
"<|c_user|>",
"<|c_up|>",
"<|c_down|>",
"<|c_body|>",
"<|p_user|>",
"<|p_up|>",
"<|p_down|>",
"<|p_hole|>",
"<|p_title|>",
"<|p_url|>",
"<|p_body|>"
],
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 8192,
"tokenizer_class": "GPTNeoXTokenizer",
"unk_token": "<|endoftext|>"
}
|