customer-analysis-merged / tokenizer_config.json
ansui's picture
Update tokenizer_config.json
e137f77 verified
Raw
History Blame Contribute Delete
264 Bytes
{
"add_prefix_space": false,
"bos_token": "[BOS]",
"clean_up_tokenization_spaces": true,
"eos_token": "[|endofturn|]",
"pad_token": "[|endofturn|]",
"tokenizer_class": "PreTrainedTokenizerFast",
"model_max_length": 4096,
"trust_remote_code": true
}