LLaDA2.1-flash / special_tokens_map.json
servantofares's picture
Duplicate from inclusionAI/LLaDA2.1-flash
e1baa50
raw
history blame contribute delete
181 Bytes
{
"bos_token": "<|startoftext|>",
"cls_token": "[CLS]",
"eos_token": "<|endoftext|>",
"gmask_token": "[gMASK]",
"pad_token": "<|endoftext|>",
"mask_token": "<|mask|>"
}