i-manual_tokenizer_updated / tokenizer_config.json
mtr0930's picture
first commit
2e8eb39
raw
history blame contribute delete
391 Bytes
{"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "do_basic_tokenize": true, "never_split": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "mtr0930/koelectra-base-v3_epoch-100", "tokenizer_class": "ElectraTokenizer"}