Text Generation
Transformers
Safetensors
Portuguese
qwen3
text-generation-inference
conversational
Eval Results (legacy)
Tucano2-qwen-0.5B-Instruct / special_tokens_map.json
nicholasKluge's picture
Add files using upload-large-folder tool
d2e0e11 verified
raw
history blame
1.46 kB
{
"additional_special_tokens": [
"<tools>",
"</tools>",
"<tool_call>",
"</tool_call>",
"<tool_response>",
"</tool_response>",
"<think>",
"</think>",
"<answer>",
"</answer>",
"<context>",
"</context>",
"<|fim_prefix|>",
"<|fim_suffix|>",
"<|fim_middle|>",
"<|repo_name|>",
"<|image|>",
"<|image_pad|>",
"<|image_placeholder|>",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
],
"bos_token": {
"content": "<|im_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|im_end|>",
"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
}
}