privacy-filter-mlx-8bit / tokenizer_config.json
MaziyarPanahi's picture
Add 8-bit OpenMed MLX Privacy Filter artifact
428fc63 verified
raw
history blame contribute delete
255 Bytes
{
"backend": "tokenizers",
"eos_token": "<|endoftext|>",
"is_local": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 128000,
"pad_token": "<|endoftext|>",
"tokenizer_class": "TokenizersBackend"
}