CoolFace
Modelpublic

bltlab/queryner-augmented-data-bert-base-uncased

sourceHugging Facecc-by-4.0updated 2y agoView on Hugging Face
1likes727downloads
tokenizer_config.json19 linesDownload Raw Back to root
1{2  "add_prefix_space": false,3  "clean_up_tokenization_spaces": true,4  "cls_token": "[CLS]",5  "do_lower_case": true,6  "mask_token": "[MASK]",7  "max_length": 512,8  "model_max_length": 512,9  "pad_token": "[PAD]",10  "sep_token": "[SEP]",11  "stride": 0,12  "strip_accents": null,13  "tokenize_chinese_chars": true,14  "tokenizer_class": "BertTokenizer",15  "truncation_side": "right",16  "truncation_strategy": "longest_first",17  "unk_token": "[UNK]"18}19