capstone_hal_with_gold / special_tokens_map.json
Deojoandco's picture
Training in progress, epoch 1
6fde48a
raw
history blame
No virus
173 Bytes
{
"bos_token": "</s>",
"cls_token": "[CLS]",
"eos_token": "<EOS>",
"mask_token": "[MASK]",
"pad_token": "<pad>",
"sep_token": "<SEP2>",
"unk_token": "<unk>"
}