Text Generation
Transformers
Safetensors
llama
UNA
juanako
cybertron
xaberius
Inference Endpoints
text-generation-inference
una-xaberius-34b-v1beta-4.65bpw-h6-exl2 / special_tokens_map.json
LoneStriker's picture
Upload folder using huggingface_hub
601f4d1
{
"bos_token": {
"content": "<|startoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}