Text Generation
Transformers
PyTorch
English
German
llama
conversational
Inference Endpoints
text-generation-inference
leo-hessianai-70b-chat / special_tokens_map.json
bjoernp's picture
Update special_tokens_map.json
13a3d07
{
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>"
],
"bos_token": "<|im_start|>",
"cls_token": "<CLS>",
"eos_token": "<|im_end|>",
"mask_token": "<MASK>",
"pad_token": "<PAD>",
"sep_token": "<SEP>",
"unk_token": "<unk>"
}