XL-Judge-LLM / tokenizer_config.json
Wonder-Griffin's picture
Update tokenizer_config.json
7dec169 verified
raw
history blame
290 Bytes
{
"tokenizer_type": "WordPiece",
"max_len": 512,
"padding": "max_length",
"truncation": true,
"add_special_tokens": true,
"special_tokens": {
"eos_token": " ",
"bos_token": " ",
"pad_token": " ",
"unk_token": " ",
"cls_token": " ",
"sep_token": " "
}
}