Reflection-Llama-3.1-70B / special_tokens_map.json
danielhanchen's picture
Upload tokenizer
a11a754 verified
raw
history blame contribute delete
No virus
602 Bytes
{
"additional_special_tokens": [
"<thinking>",
"</thinking>",
"<output>",
"</output>",
"<reflection>",
"</reflection>"
],
"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": "<|finetune_right_pad_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}