Text Generation
Transformers
Safetensors
English
llama
text-generation-inference
4-bit precision
gptq
Platypus2-70B-Instruct-GPTQ / special_tokens_map.json
TheBloke's picture
Initial GPTQ model commit
e3d6fe2
raw history blame
No virus
414 Bytes
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}