bert-base-german-upos / tokenizer_config.json
KoichiYasuoka's picture
initial release
0a15e28
raw history blame
No virus
257 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, "model_max_length": 512, "tokenizer_class": "BertTokenizerFast"}