tiny-mbart / tokenizer_config.json
laamaai's picture
Training in progress, step 500
83de210
raw
history blame contribute delete
No virus
684 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,
"name_or_path": "sshleifer/tiny-mbart",
"pad_token": "<pad>",
"sep_token": "</s>",
"sp_model_kwargs": {},
"special_tokens_map_file": "/root/.cache/huggingface/hub/models--sshleifer--tiny-mbart/snapshots/9d6b9b3b2774b464bb6b14eda4efe30f82846136/special_tokens_map.json",
"src_lang": null,
"tgt_lang": null,
"tokenizer_class": "MBartTokenizer",
"unk_token": "<unk>"
}