Text Generation
Transformers
Safetensors
falcon
text-generation-inference
Inference Endpoints
falcon-40b-megacode2-oasst / special_tokens_map.json
andreaskoepf's picture
use <|im_end|> as eos
8af054c
raw
history blame
316 Bytes
{
"additional_special_tokens": [
">>TITLE<<",
">>ABSTRACT<<",
">>INTRODUCTION<<",
">>SUMMARY<<",
">>COMMENT<<",
">>ANSWER<<",
">>QUESTION<<",
">>DOMAIN<<",
">>PREFIX<<",
">>SUFFIX<<",
">>MIDDLE<<",
"<|im_start|>",
"<|im_end|>"
],
"eos_token": "<|im_end|>"
}