Text Generation
Transformers
PyTorch
English
llama
causal-lm
text-generation-inference
Inference Endpoints
stable-vicuna-13B-HF / special_tokens_map.json
TheBloke's picture
Upload folder using huggingface_hub
3b3eaaf
raw
history blame
96 Bytes
{
"bos_token": "</s>",
"eos_token": "</s>",
"pad_token": "[PAD]",
"unk_token": "</s>"
}