Text Generation
Transformers
Safetensors
English
Chinese
llama
llama2
qwen
causallm
Inference Endpoints
text-generation-inference
CausalLM-7B-safetensors / special_tokens_map.json
Sosnitskij's picture
Upload 9 files
6664192 verified
{
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>"
],
"bos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}