Text Generation
Transformers
Safetensors
English
llama
text-generation-inference
4-bit precision
OpenOrca-Platypus2-13B-GPTQ / special_tokens_map.json
TheBloke's picture
Initial GPTQ model commit
a5539b7
raw history blame
No virus
384 Bytes
{
"additional_special_tokens": [
"<|end_of_turn|>",
"<|PAD|>"
],
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": "<|end_of_turn|>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}