Files
augmented-06090fd92766af53/tokenizer_config.json

15 lines
368 B
JSON
Raw Normal View History

{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"is_local": true,
"local_files_only": false,
"model_max_length": 2048,
"pad_token": null,
"return_token_type_ids": false,
"tokenizer_class": "CodeGenTokenizer",
"unk_token": "<|endoftext|>"
}