sql-gen-join / tokenizer_config.json
Akaisora's picture
End of training
ff151cf
raw
history blame contribute delete
232 Bytes
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"model_max_length": 2048,
"special_tokens_map_file": null,
"tokenizer_class": "CodeGenTokenizer",
"unk_token": "<|endoftext|>"
}