Text Generation
Transformers
PyTorch
English
opt
text-generation-inference
Inference Endpoints
open-instruct-opt-6.7b-tulu / special_tokens_map.json
hamishivi's picture
Upload tokenizer
b9ab15c
raw
history blame
436 Bytes
{
"bos_token": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<pad>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"unk_token": "<unk>"
}