legal-bert-dutch-english / tokenizer_config.json
Gerwin's picture
initial commit
e1d13f4
{
"do_lower_case": true,
"unk_token": "[UNK]",
"sep_token": "[SEP]",
"pad_token": "[PAD]",
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"tokenize_chinese_chars": false,
"strip_accents": true,
"model_max_length": 512,
"max_len": 512
}