chinese-bert-wwm-ext-upos / tokenizer_config.json
KoichiYasuoka's picture
initial release
2f1734c
raw history blame
No virus
227 Bytes
{"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "tokenizer_class": "BertTokenizer"}