CoolFace
Modelpublic

suno/bark

sourceHugging Facemitupdated 3y agoView on Hugging Face
1.6klikes30kdownloads
tokenizer_config.json15 linesDownload Raw Back to root
1{2  "clean_up_tokenization_spaces": true,3  "cls_token": "[CLS]",4  "do_lower_case": false,5  "mask_token": "[MASK]",6  "model_max_length": 512,7  "pad_token": "[PAD]",8  "processor_class": "BarkProcessor",9  "sep_token": "[SEP]",10  "strip_accents": null,11  "tokenize_chinese_chars": true,12  "tokenizer_class": "BertTokenizer",13  "unk_token": "[UNK]"14}15