gregg-vision-v0.2.1 / special_tokens_map.json
chanicpanic's picture
Fix tokenizer special tokens
9efb814 verified
raw
history blame contribute delete
122 Bytes
{
"bos_token": "<s>",
"eos_token": "</s>",
"mask_token": "<mask>",
"pad_token": "<pad>",
"unk_token": "<unk>"
}