Text Generation
Transformers
Safetensors
falcon
text-generation-inference
Inference Endpoints
falcon-40b-megacode2-oasst / tokenizer_config.json
andreaskoepf's picture
use <|im_end|> as eos
58b1f86
raw
history blame contribute delete
177 Bytes
{
"add_prefix_space": false,
"clean_up_tokenization_spaces": true,
"eos_token": "<|im_end|>",
"model_max_length": 2048,
"tokenizer_class": "PreTrainedTokenizerFast"
}