Text Generation
Transformers
PyTorch
English
llama
text-generation-inference
Inference Endpoints
StableBeluga2 / special_tokens_map.json
dmayhem93's picture
Upload tokenizer
e4944ca
raw history blame
No virus
411 Bytes
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}