prophetnet_summarization_pretrained / tokenizer_config.json
bogdancazan's picture
End of training
291b0f3
raw history blame
No virus
376 Bytes
{
"clean_up_tokenization_spaces": true,
"do_basic_tokenize": true,
"do_lower_case": true,
"mask_token": "[MASK]",
"model_max_length": 512,
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "ProphetNetTokenizer",
"unk_token": "[UNK]",
"x_sep_token": "[X_SEP]"
}