Text Generation
Transformers
Safetensors
llama
UNA
juanako
cybertron
xaberius
text-generation-inference
4-bit precision
gptq
una-xaberius-34b-v1beta-GPTQ / special_tokens_map.json
TheBloke's picture
GPTQ model commit
83b0bea
{
"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
}
}