gliner-PII-onnx / tokenizer_config.json
ineersa's picture
Upload folder using huggingface_hub
ba5d37d verified
raw
history blame contribute delete
564 Bytes
{
"backend": "tokenizers",
"bos_token": "[CLS]",
"clean_up_tokenization_spaces": false,
"cls_token": "[CLS]",
"do_lower_case": false,
"eos_token": "[SEP]",
"is_local": true,
"mask_token": "[MASK]",
"max_length": null,
"model_max_length": 1000000000000000019884624838656,
"pad_to_multiple_of": null,
"pad_token": "[PAD]",
"pad_token_type_id": 0,
"padding_side": "right",
"sep_token": "[SEP]",
"sp_model_kwargs": {},
"split_by_punct": false,
"tokenizer_class": "TokenizersBackend",
"unk_token": "[UNK]",
"vocab_type": "spm"
}