34 lines
630 B
JSON
34 lines
630 B
JSON
{
|
|
"additional_special_tokens": [
|
|
"<|im_end|>",
|
|
"<|im_start|>",
|
|
"<|tool_call|>",
|
|
"<|execute_start|>",
|
|
"<|execute_end|>",
|
|
"<|fim_prefix|>",
|
|
"<|fim_middle|>",
|
|
"<|fim_suffix|>"
|
|
],
|
|
"bos_token": {
|
|
"content": "<s>",
|
|
"lstrip": false,
|
|
"normalized": false,
|
|
"rstrip": false,
|
|
"single_word": false
|
|
},
|
|
"eos_token": {
|
|
"content": "<|im_end|>",
|
|
"lstrip": false,
|
|
"normalized": false,
|
|
"rstrip": false,
|
|
"single_word": false
|
|
},
|
|
"unk_token": {
|
|
"content": "<unk>",
|
|
"lstrip": false,
|
|
"normalized": false,
|
|
"rstrip": false,
|
|
"single_word": false
|
|
}
|
|
}
|