File size: 521 Bytes
b2db47d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
{
"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
}
|