19 lines
421 B
JSON
19 lines
421 B
JSON
|
|
{
|
||
|
|
"tokenizer_class": "PreTrainedTokenizerFast",
|
||
|
|
"model_max_length": 2048,
|
||
|
|
"padding_side": "right",
|
||
|
|
"truncation_side": "right",
|
||
|
|
"clean_up_tokenization_spaces": false,
|
||
|
|
"bos_token": "<|bos|>",
|
||
|
|
"eos_token": "<|eos|>",
|
||
|
|
"pad_token": "<|pad|>",
|
||
|
|
"additional_special_tokens": [
|
||
|
|
"<|user|>",
|
||
|
|
"<|assistant|>",
|
||
|
|
"<|system|>",
|
||
|
|
"<|end|>",
|
||
|
|
"<|tool|>",
|
||
|
|
"<|tool_call|>",
|
||
|
|
"<|tool_result|>"
|
||
|
|
]
|
||
|
|
}
|