privacy-filter-GLiNER-v0.1 / tokenizer_config.json
doubledsbv's picture
Upgraded OpenAI privacy-filter from linear 8 label token classifier to zero shot GLiNER PII filter.
eb39b94 verified
raw
history blame contribute delete
283 Bytes
{
"backend": "tokenizers",
"eos_token": "<|endoftext|>",
"is_local": true,
"local_files_only": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 128000,
"pad_token": "<|endoftext|>",
"tokenizer_class": "TokenizersBackend"
}