Token Classification
MLX
openmed
openai_privacy_filter
apple-silicon
pii
privacy
de-identification
redaction
quantized
int8
q8
medical
clinical
Instructions to use OpenMed/privacy-filter-mlx-8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use OpenMed/privacy-filter-mlx-8bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir privacy-filter-mlx-8bit OpenMed/privacy-filter-mlx-8bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "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" | |
| } | |