IE101TW / wjn1996-hugnlp-hugie-large-zh /tokenizer_config.json
DeepLearning101's picture
第一次測試佈署更新
08f4077
raw
history blame
496 Bytes
{
"cls_token": "[CLS]",
"do_lower_case": true,
"mask_token": "[MASK]",
"name_or_path": "/wjn/projects/information_extraction/HugIE/outputs/zh_instruction/chinese-macbert-large/chinese-macbert-large",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": "/wjn/pre-trained-lm/chinese-macbert-large/special_tokens_map.json",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]",
"use_fast": true
}