CoolFace
Modelpublic

aari1995/German_Sentiment

sourceHugging Faceupdated 3y agoView on Hugging Face
5likes74downloads
tokenizer_config.json17 linesDownload Raw Back to root
1{2  "clean_up_tokenization_spaces": true,3  "cls_token": "[CLS]",4  "do_basic_tokenize": true,5  "do_lower_case": false,6  "mask_token": "[MASK]",7  "max_len": 512,8  "model_max_length": 512,9  "never_split": null,10  "pad_token": "[PAD]",11  "sep_token": "[SEP]",12  "strip_accents": false,13  "tokenize_chinese_chars": true,14  "tokenizer_class": "BertTokenizer",15  "unk_token": "[UNK]"16}17