Text Generation
Transformers
PyTorch
English
gpt_neox
text-generation-inference
Inference Endpoints
open-instruct-pythia-6.9b-tulu / special_tokens_map.json
hamishivi's picture
Upload tokenizer
207d556
raw
history blame
No virus
123 Bytes
{
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"pad_token": "<pad>",
"unk_token": "<|endoftext|>"
}