Instructions to use kokluch/privacy-filter-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use kokluch/privacy-filter-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir privacy-filter-mlx kokluch/privacy-filter-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
File size: 204 Bytes
26cc95e | 1 2 3 4 5 6 7 8 9 10 11 | {
"hiddenSize": 640,
"numLayers": 8,
"numAttentionHeads": 14,
"numKeyValueHeads": 2,
"numExperts": 128,
"topK": 4,
"vocabSize": 200064,
"maxPositionEmbeddings": 131072,
"numLabels": 33
} |