Text Generation
Transformers
PyTorch
English
llama
text-generation-inference
Inference Endpoints
open-instruct-human-mix-65b / special_tokens_map.json
hamishivi's picture
Upload tokenizer
51862c1
raw
history blame contribute delete
No virus
96 Bytes
{
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "<pad>",
"unk_token": "<unk>"
}