Hprophetnet-large / tokenizer_config.json
omidvaramin's picture
Upload 7 files
b2db47d
raw
history blame
No virus
521 Bytes
{
"cls_token": "[SEP]",
"do_basic_tokenize": true,
"do_lower_case": true,
"full_tokenizer_file": null,
"mask_token": "[MASK]",
"name_or_path": "microsoft/prophetnet-large-uncased-cnndm",
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"special_tokens_map_file": null,
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "ProphetNetTokenizer",
"tokenizer_file": null,
"unk_token": "[UNK]",
"x_sep_token": "[X_SEP]",
"xprophetnet_tokenizer": false
}