NextStep-1-Large / special_tokens_map.json
jingwwu's picture
Upload folder using huggingface_hub
22243b2 verified
raw
history blame contribute delete
663 Bytes
{
"additional_special_tokens": [
"<|image_area|>",
"<|begin_of_image|>",
"<|end_of_image|>",
"<|image_placeholder|>",
"<|begin_of_prompt_refinement|>",
"<|end_of_prompt_refinement|>",
"<|begin_of_thinking|>",
"<|end_of_thinking|>",
"<|begin_of_reflection|>",
"<|end_of_reflection|>",
"<|begin_of_text|>",
"<|end_of_text|>"
],
"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
}
}