KoBART_base_v2-trial / special_tokens_map.json
Kyungmin Jeon
Training in progress, step 50
58c9f8d
raw
history blame contribute delete
No virus
123 Bytes
{
"bos_token": "</s>",
"eos_token": "</s>",
"mask_token": "<mask>",
"pad_token": "<pad>",
"unk_token": "<unk>"
}