Text Generation
Transformers
PyTorch
Safetensors
Hungarian
English
llama
conversational
text-generation-inference
Inference Endpoints
SambaLingo-Hungarian-Chat / special_tokens_map.json
zolicsaki's picture
b22a999c474da7a78a3df4ceb5d9c58d0cfb06c817f1646851440db1459fefed
b2b168f verified
raw
history blame
547 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
},
"pad_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
}
}