CoolFace
Modelpublic

sshreyy/core_classify

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes6downloads
tokenizer_config.json23 linesDownload Raw Back to root
1{2  "bos_token": "[CLS]",3  "clean_up_tokenization_spaces": true,4  "cls_token": "[CLS]",5  "do_lower_case": true,6  "eos_token": "[SEP]",7  "keep_accents": false,8  "mask_token": {9    "__type": "AddedToken",10    "content": "[MASK]",11    "lstrip": true,12    "normalized": false,13    "rstrip": false,14    "single_word": false15  },16  "model_max_length": 512,17  "pad_token": "<pad>",18  "remove_space": true,19  "sep_token": "[SEP]",20  "tokenizer_class": "AlbertTokenizer",21  "unk_token": "<unk>"22}23