mbart-large-cc25-jaquad-qg / tokenizer_config.json
asahi417's picture
add tokenizer
85c9c36
{
"additional_special_tokens": null,
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": {
"__type": "AddedToken",
"content": "<mask>",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"model_max_length": 1024,
"name_or_path": "mbart-large-cc25-jaquad-qg",
"pad_token": "<pad>",
"sep_token": "</s>",
"special_tokens_map_file": null,
"src_lang": null,
"tgt_lang": null,
"tokenizer_class": "MBartTokenizer",
"unk_token": "<unk>"
}