ARM64BERT / tokenizer_config.json
ranieriargentini's picture
Resave model without delay tie reload requirement
56b304a verified
raw
history blame
475 Bytes
{
"backend": "tokenizers",
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"do_basic_tokenize": false,
"do_lower_case": false,
"is_local": false,
"local_files_only": false,
"mask_token": "[MASK]",
"model_max_length": 1000000000000000019884624838656,
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"strip_accents": null,
"tokenize_chinese_chars": false,
"tokenizer_class": "ARM64Tokenizer",
"unk_token": "[UNK]"
}