CoolFace
Modelpublic

mtyrrell/CPU_Conditional_Classifier

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes18downloads
tokenizer_config.json17 linesDownload Raw Back to root
1{2  "bos_token": "<s>",3  "clean_up_tokenization_spaces": true,4  "cls_token": "<s>",5  "do_lower_case": true,6  "eos_token": "</s>",7  "mask_token": "<mask>",8  "model_max_length": 512,9  "pad_token": "<pad>",10  "problem_type": "single_label_classification",11  "sep_token": "</s>",12  "strip_accents": null,13  "tokenize_chinese_chars": true,14  "tokenizer_class": "MPNetTokenizer",15  "unk_token": "[UNK]"16}17