Text Generation
Transformers
PyTorch
English
Chinese
llama
llama2
qwen
causallm
Inference Endpoints
text-generation-inference
14B / special_tokens_map.json
JosephusCheung's picture
Upload folder using huggingface_hub
d3bd277
raw history blame
No virus
174 Bytes
{
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>"
],
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"unk_token": "<|endoftext|>"
}