bark-large / tokenizer_config.json
ylacombe's picture
ylacombe HF staff
Update tokenizer_config.json
3610a72
raw
history blame contribute delete
No virus
526 Bytes
{
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"do_lower_case": false,
"mask_token": "[MASK]",
"model_max_length": 512,
"pad_token": "[PAD]",
"processor_class": "BarkProcessor",
"sep_token": "[SEP]",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"tokenizer_type": "bert",
"unk_token": "[UNK]",
"return_tensors": "pt",
"max_length": 256,
"add_special_tokens": false,
"return_attention_mask": true,
"return_token_type_ids": false
}