Peacock / qformer_tokenizer /special_tokens_map.json
Fakhraddin's picture
Upload folder using huggingface_hub
ad71f0f verified
raw
history blame contribute delete
149 Bytes
{
"bos_token": "[DEC]",
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}