CoolFace
Modelpublic

pglee/github-issue-classifier

sourceHugging Facemitupdated 4y agoView on Hugging Face
0likes27downloads
special_tokens_map.json10 linesDownload Raw Back to root
1{2  "bos_token": "[CLS]",3  "cls_token": "[CLS]",4  "eos_token": "[SEP]",5  "mask_token": "[MASK]",6  "pad_token": "[PAD]",7  "sep_token": "[SEP]",8  "unk_token": "[UNK]"9}10