Veronica / special_tokens_map.json
MhaWay's picture
HF alignment
342a5c0
raw
history blame contribute delete
694 Bytes
{
"additional_special_tokens": [
"<|system|>",
"<|user|>",
"<|assistant|>",
"<|tool|>",
"<|observation|>",
"<|document|>",
"<|retrieval|>",
"<|scratchpad|>",
"<|thought|>",
"<|code|>",
"<|sep|>",
"<|endofchunk|>"
],
"bos_token": {
"content": "<|bos|>",
"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": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}