mt5-summarize-ch_trad-v2 / tokenizer_config.json
ivanlai's picture
Training in progress, step 1000
d755eca
raw
history blame contribute delete
499 Bytes
{
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": false,
"mask_token": "[MASK]",
"model_max_length": 1000000000000000019884624838656,
"name_or_path": "uer/t5-small-chinese-cluecorpussmall",
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": "t5\\special_tokens_map.json",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"tokenizer_file": null,
"unk_token": "[UNK]"
}