CoolFace
Modelpublic

pglee/github-issue-classifier

sourceHugging Facemitupdated 4y agoView on Hugging Face
0likes27downloads
tokenizer_config.json17 linesDownload Raw Back to root
1{2  "bos_token": "[CLS]",3  "cls_token": "[CLS]",4  "do_lower_case": false,5  "eos_token": "[SEP]",6  "mask_token": "[MASK]",7  "name_or_path": "microsoft/deberta-v3-small",8  "pad_token": "[PAD]",9  "sep_token": "[SEP]",10  "sp_model_kwargs": {},11  "special_tokens_map_file": null,12  "split_by_punct": false,13  "tokenizer_class": "DebertaV2Tokenizer",14  "unk_token": "[UNK]",15  "vocab_type": "spm"16}17