CoolFace
Modelpublic

HCKLab/BiBert-MultiTask-2

sourceHugging Facemitupdated 4y agoView on Hugging Face
1likes7downloads
tokenizer_config.json17 linesDownload Raw Back to root
1{2  "cls_token": "[CLS]",3  "do_basic_tokenize": true,4  "do_lower_case": true,5  "mask_token": "[MASK]",6  "max_len": 512,7  "name_or_path": "nlptown/bert-base-multilingual-uncased-sentiment",8  "never_split": null,9  "pad_token": "[PAD]",10  "sep_token": "[SEP]",11  "special_tokens_map_file": "/root/.cache/huggingface/hub/models--nlptown--bert-base-multilingual-uncased-sentiment/snapshots/e06857fdb0325a7798a8fc361b417dfeec3a3b98/special_tokens_map.json",12  "strip_accents": null,13  "tokenize_chinese_chars": true,14  "tokenizer_class": "BertTokenizer",15  "unk_token": "[UNK]"16}17