marian-finetuned-whitespace / special_tokens_map.json
GiGi2044's picture
Training in progress, epoch 1
84f159e verified
raw
history blame
No virus
210 Bytes
{
"cls_token": "<s>",
"pad_token": {
"content": "[PAD]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"sep_token": "</s>",
"unk_token": "[UNK]"
}