LLaDA-8B-Base-Adjust / special_tokens_map.json
pbansal's picture
Upload folder using huggingface_hub
b6bc8cd verified
raw
history blame contribute delete
766 Bytes
Invalid JSON: Expected ',' or ']' after array element in JSONat line 4, column 5
{
"additional_special_tokens": [
"<|mdm_mask|>"
"<role>",
"</role>",
"<|arithmetic_start|>",
"<|arithmetic_end|>",
"<|number_start|>",
"<|number_end|>"
],
"bos_token": {
"content": "<|startoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"cls_token": {
"content": "[CLS]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}