emnlp_test_9clusters_bart_large_sati / special_tokens_map.json
hungngo04's picture
Training in progress, step 15000
f75a3cd verified
raw
history blame contribute delete
279 Bytes
{
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": {
"content": "<mask>",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "<pad>",
"sep_token": "</s>",
"unk_token": "<unk>"
}