CoolFace
Modelpublic

agentlans/GIST-small-topic

sourceHugging Facemitupdated 25d agoView on Hugging Face
0likes29downloads
tokenizer_config.json19 linesDownload Raw Back to root
1{2  "backend": "tokenizers",3  "clean_up_tokenization_spaces": true,4  "cls_token": "[CLS]",5  "do_basic_tokenize": true,6  "do_lower_case": true,7  "is_local": false,8  "local_files_only": false,9  "mask_token": "[MASK]",10  "model_max_length": 512,11  "never_split": null,12  "pad_token": "[PAD]",13  "sep_token": "[SEP]",14  "strip_accents": null,15  "tokenize_chinese_chars": true,16  "tokenizer_class": "BertTokenizer",17  "unk_token": "[UNK]"18}19