Text Generation
Transformers
PyTorch
codegen
Inference Endpoints
codegen-16B-mono-toolbench / tokenizer_config.json
bol20162021's picture
Upload folder using huggingface_hub (#1)
46ba44d
raw
history blame
237 Bytes
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 2048,
"tokenizer_class": "CodeGenTokenizer",
"unk_token": "<|endoftext|>"
}