CoolFace
Modelpublic

Mass-14/MNLP_M3_document_encoder

sourceHugging Facemitupdated 1y agoView on Hugging Face
1likes80downloads
tokenizer_config.json14 linesDownload Raw Back to root
1{2  "clean_up_tokenization_spaces": true,3  "cls_token": "[CLS]",4  "do_lower_case": true,5  "mask_token": "[MASK]",6  "model_max_length": 1000000000000000019884624838656,7  "pad_token": "[PAD]",8  "sep_token": "[SEP]",9  "strip_accents": null,10  "tokenize_chinese_chars": true,11  "tokenizer_class": "BertTokenizer",12  "unk_token": "[UNK]"13}14