CoolFace
Modelpublic

reubenjohn/stack-overflow-open-status-classifier-pt

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
0likes13downloads
tokenizer_config.json25 linesDownload Raw Back to root
1{2  "bos_token": "[CLS]",3  "cls_token": "[CLS]",4  "do_lower_case": true,5  "eos_token": "[SEP]",6  "keep_accents": false,7  "mask_token": {8    "__type": "AddedToken",9    "content": "[MASK]",10    "lstrip": true,11    "normalized": false,12    "rstrip": false,13    "single_word": false14  },15  "model_max_length": 512,16  "name_or_path": "albert-base-v2",17  "num_labels": 5,18  "pad_token": "<pad>",19  "remove_space": true,20  "sep_token": "[SEP]",21  "special_tokens_map_file": null,22  "tokenizer_class": "AlbertTokenizer",23  "unk_token": "<unk>"24}25