gpt-3.5-turbo / config.json
cxgood's picture
Create config.json
45b8104 verified
raw
history blame
238 Bytes
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"model_max_length": 4096,
"tokenizer_class": "GPT2TokenizerFast",
"unk_token": "<|endoftext|>"
}