scn-ablation-baseline / special_tokens_map.json
Ishaank18's picture
SCN ablation: baseline (Baseline: DeBERTa + MLP heads + BCE)
ccf3efb verified
raw
history blame contribute delete
286 Bytes
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"eos_token": "[SEP]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": {
"content": "[UNK]",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}