finetune_lean_2b / tokenizer_config.json
quintic's picture
first commit
234adcf
raw
history blame
No virus
264 Bytes
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"model_max_length": 2048,
"name_or_path": "codegen-2b",
"special_tokens_map_file": null,
"tokenizer_class": "CodeGenTokenizer",
"unk_token": "<|endoftext|>"
}