Text Generation
Transformers
Safetensors
GGUF
llama
Inference Endpoints
text-generation-inference
sd-seer-griffin-3b / special_tokens_map.json
neph1's picture
Upload folder using huggingface_hub
33c0ec4
{
"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
},
"pad_token": "</s>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}