gpt-3.5-turbo-16k / tokenizer_config.json
xianbao's picture
xianbao HF staff
Update tokenizer_config.json
7e814d0 verified
raw
history blame
239 Bytes
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"model_max_length": 16384,
"tokenizer_class": "GPT2TokenizerFast",
"unk_token": "<|endoftext|>"
}