CoolFace
Modelpublic

Swift-Support/labse-priority-1.0

sourceHugging Facecc-by-4.0updated 16d agoView on Hugging Face
0likes37downloads
tokenizer_config.json18 linesDownload Raw Back to root
1{2  "backend": "tokenizers",3  "cls_token": "[CLS]",4  "do_basic_tokenize": true,5  "do_lower_case": false,6  "full_tokenizer_file": null,7  "is_local": false,8  "mask_token": "[MASK]",9  "model_max_length": 512,10  "never_split": null,11  "pad_token": "[PAD]",12  "sep_token": "[SEP]",13  "strip_accents": null,14  "tokenize_chinese_chars": true,15  "tokenizer_class": "BertTokenizer",16  "unk_token": "[UNK]"17}18