Text Generation
Transformers
Safetensors
llama
UNA
juanako
cybertron
xaberius
Eval Results
Inference Endpoints
text-generation-inference
una-xaberius-34b-v1beta / special_tokens_map.json
fblgit's picture
Upload special_tokens_map.json with huggingface_hub
6a38d6b
{
"bos_token": {
"content": "<|startoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}