gpt-3.5-turbo-16k / tokenizer_config.json
Xenova's picture
Xenova HF staff
Update tokenizer_config.json (#4)
b24777a verified
raw
history blame contribute delete
No virus
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|>"
}