Multimodal_Bird_Search / app /model /ja_tokenizer /special_tokens_map.json
TRMT's picture
Uplode app, Dockerfile,and requirements
f9128f2
raw
history blame contribute delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}