Text Generation
Transformers
Safetensors
English
llama
causal-lm
text-generation-inference
4-bit precision
gptq
stable-vicuna-13B-GPTQ / special_tokens_map.json
mzbac's picture
Fix the special token mapping
67dc7e4
raw
history blame
96 Bytes
{
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "[PAD]",
"unk_token": "<unk>"
}