Al-Atlas-LLM-Small-v2 / special_tokens_map.json
BounharAbdelaziz's picture
Training in progress, step 100
44a5bf7 verified
raw
history blame contribute delete
239 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": {
"content": "[PAD]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}