finance-tokenizer / special_tokens_map.json
datht's picture
Upload tokenizer
06ca69e verified
raw
history blame
No virus
189 Bytes
{
"bos_token": "<|endoftext|>",
"cls_token": "[CLS]",
"eos_token": "<|endoftext|>",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}