HHRLHF_deberta_1k_fixed_MARS / special_tokens_map.json
payelb's picture
final: MARS fixed1k (T=5, alpha=0.1, B=2000, lr=2e-05, gas=16)
6ed21c5 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
}
}