mbart-50-lora-cb-tl-run-2 / special_tokens_map.json
carlynamazed24's picture
Training in progress, step 500
d0e989f verified
raw
history blame contribute delete
455 Bytes
{
"additional_special_tokens": [
{
"content": "cb_XX",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
],
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": {
"content": "<mask>",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "<pad>",
"sep_token": "</s>",
"unk_token": "<unk>"
}