21 lines
381 B
JSON
21 lines
381 B
JSON
{
|
|
"additional_special_tokens": [
|
|
"<|im_start|>user",
|
|
"<|im_start|>assistant",
|
|
"<|im_start|>system",
|
|
"<|im_end|>",
|
|
"<s>",
|
|
"<pad>"
|
|
],
|
|
"bos_token": "<s>",
|
|
"eos_token": "<|im_end|>",
|
|
"pad_token": "<pad>",
|
|
"unk_token": {
|
|
"content": "<|endoftext|>",
|
|
"lstrip": false,
|
|
"normalized": true,
|
|
"rstrip": false,
|
|
"single_word": false
|
|
}
|
|
}
|