File size: 342 Bytes
52e9922 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
{
"additional_special_tokens": [
"<|startofchat|>",
"<|endofchat|>",
"<|human|>",
"<|gpt|>"
],
"bos_token": "</s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"model_max_length": 2048,
"pad_token": "[PAD]",
"sp_model_kwargs": {},
"tokenizer_class": "LlamaTokenizer",
"unk_token": "</s>"
}
|