mbart-large-50-pluska-token-sum / tokenizer_config.json
kiviki's picture
Training in progress, step 500
344665e
raw
history blame contribute delete
613 Bytes
{
"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,
"pad_token": "<pad>",
"sep_token": "</s>",
"sp_model_kwargs": {},
"special_tokens_map_file": "/home/suraj/projects/mbart-50/hf_models/mbart-50-large/special_tokens_map.json",
"src_lang": null,
"tgt_lang": null,
"tokenizer_class": "MBartTokenizer",
"tokenizer_file": null,
"unk_token": "<unk>"
}