mbart50_ru_bua / special_tokens_map.json
SaranaAbidueva's picture
try to fix tokenizer
bcf8067
raw
history blame contribute delete
No virus
218 Bytes
{
"additional_special_tokens": [
"bxr_XX"
],
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": "<mask>",
"pad_token": "<pad>",
"sep_token": "</s>",
"unk_token": "<unk>"
}