finbert-ner / tokenizer_config.json
MikkoLipsanen's picture
Upload tokenizer
79f2dba
raw history blame
No virus
404 Bytes
{
"cls_token": "[CLS]",
"do_lower_case": false,
"mask_token": "[MASK]",
"model_max_length": 512,
"name_or_path": "/koodit/BERT_NER/bert_runs/27_06_23_tku_jyu_ka_e10_linear_lr_b16_lr2e-5/",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": null,
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}