koelectra-emotion-v1 / tokenizer_config.json
rippertnt's picture
add tokenizer
e669a9a
{
"additional_special_tokens": [
"[NAME]",
"[RELIGION]"
],
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": false,
"mask_token": "[MASK]",
"max_len": 512,
"name_or_path": "./ckpt/koelectra-base-v3-emotion",
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": "tokenizer-v3/special_tokens_map.json",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "ElectraTokenizer",
"tokenizer_file": null,
"unk_token": "[UNK]"
}