bartpho_queryrewriting / special_tokens_map.json
qminh369's picture
End of training
ff2f918 verified
raw
history blame contribute delete
No virus
166 Bytes
{
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": "<mask>",
"pad_token": "</s>",
"sep_token": "</s>",
"unk_token": "<unk>"
}