ie / special_tokens_map.json
venkycs's picture
Push tokenizer
68c2cac verified
raw
history blame contribute delete
833 Bytes
{
"additional_special_tokens": [
"<|start_header_id|>system<|end_header_id|>",
"<|start_header_id|>user<|end_header_id|>",
"<|start_header_id|>assistant<|end_header_id|>",
"<Impersonate>",
"</Impersonate>",
"<Knowledge>",
"</Knowledge>",
"<Intent>",
"</Intent>",
"<Reasoning>",
"</Reasoning>",
"<AvoidMistakes>",
"</AvoidMistakes>"
],
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|eot_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}