Text Generation
Transformers
PyTorch
Safetensors
Hungarian
English
llama
conversational
text-generation-inference
Inference Endpoints
SambaLingo-Hungarian-Chat / special_tokens_map.json
zolicsaki's picture
Upload folder using huggingface_hub (#1)
df24739 verified
raw
history blame
No virus
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
}
}