Text Generation
Transformers
Safetensors
English
llama
sft
text-generation-inference
4-bit precision
gptq
TheBloke's picture
Initial GPTQ model commit
2ad8b85
raw history blame
No virus
485 Bytes
{
"additional_special_tokens": [
"<|assistant|>",
"<|prefix_end|>",
"<|system|>",
"<|prefix_begin|>",
"<|prompter|>"
],
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": "</s>",
"pad_token": "</s>",
"sep_token": "<s>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}