|
{ |
|
"additional_special_tokens": [ |
|
"<|eom|>", |
|
"<|bom|>", |
|
"<|system|>", |
|
"<|user|>", |
|
"<|assistant|>", |
|
"<|tool|>", |
|
"<documents>", |
|
"</documents>", |
|
"<tool_definitions>", |
|
"</tool_definitions>", |
|
"<active_output_modes>", |
|
"</active_output_modes>", |
|
"<citations>", |
|
"</citations>", |
|
"<tool_calls>", |
|
"</tool_calls>" |
|
], |
|
"bos_token": { |
|
"content": "<|startoftext|>", |
|
"lstrip": false, |
|
"normalized": false, |
|
"rstrip": false, |
|
"single_word": false |
|
}, |
|
"eos_token": { |
|
"content": "<|endoftext|>", |
|
"lstrip": false, |
|
"normalized": false, |
|
"rstrip": false, |
|
"single_word": false |
|
}, |
|
"pad_token": { |
|
"content": "<|pad|>", |
|
"lstrip": false, |
|
"normalized": false, |
|
"rstrip": false, |
|
"single_word": false |
|
}, |
|
"unk_token": { |
|
"content": "<|unk|>", |
|
"lstrip": false, |
|
"normalized": false, |
|
"rstrip": false, |
|
"single_word": false |
|
} |
|
} |
|
|