CoolFace
Modelpublic

DatarrX/myX-Semantic

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
4likes197downloads
tokenizer_config.json24 linesDownload Raw Back to root
1{2  "backend": "tokenizers",3  "bos_token": "<s>",4  "cls_token": "<s>",5  "do_lower_case": true,6  "eos_token": "</s>",7  "is_local": false,8  "mask_token": "<mask>",9  "max_length": 128,10  "model_max_length": 512,11  "pad_to_multiple_of": null,12  "pad_token": "<pad>",13  "pad_token_type_id": 0,14  "padding_side": "right",15  "sep_token": "</s>",16  "stride": 0,17  "strip_accents": null,18  "tokenize_chinese_chars": true,19  "tokenizer_class": "TokenizersBackend",20  "truncation_side": "right",21  "truncation_strategy": "longest_first",22  "unk_token": "<unk>"23}24