minde-classifier / tokenizer_config.json
atti433's picture
v10-relabel: LLM 재라벨링 + stratified 7:1.5:1.5 재분할, macro F1 0.896
5c09d0a verified
Raw
History Blame Contribute Delete
587 Bytes
{
"backend": "tokenizers",
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": false,
"extra_special_tokens": [
"[ADDR]",
"[NAME]",
"[ORG]",
"[NUM]",
"[TEL]",
"[ACCT]",
"[BIZ]",
"[LOC]",
"[PERSON]"
],
"is_local": false,
"local_files_only": false,
"mask_token": "[MASK]",
"model_max_length": 512,
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}