CoolFace
Modelpublic

ashabrawy/gumar_aligned_msa

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes4downloads
tokenizer_config.json17 linesDownload Raw Back to root
1{2  "clean_up_tokenization_spaces": true,3  "cls_token": "[CLS]",4  "do_basic_tokenize": true,5  "do_lower_case": false,6  "full_tokenizer_file": null,7  "mask_token": "[MASK]",8  "model_max_length": 1000000000000000019884624838656,9  "never_split": null,10  "pad_token": "[PAD]",11  "sep_token": "[SEP]",12  "strip_accents": null,13  "tokenize_chinese_chars": true,14  "tokenizer_class": "BertTokenizer",15  "unk_token": "[UNK]"16}17