Text Generation
Transformers
PyTorch
English
llama
Inference Endpoints
text-generation-inference
tulu-13b / special_tokens_map.json
hamishivi's picture
Upload tokenizer
a44754b
raw history blame
No virus
96 Bytes
{
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "<pad>",
"unk_token": "<unk>"
}