Instructions to use 20d7733/23 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use 20d7733/23 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir 23 20d7733/23
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
File size: 472 Bytes
9a9f6e6 2ac5652 05ed730 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | ---
license: artistic-2.0
datasets:
- HuggingFaceVLA/libero
language:
- en
metrics:
- huanghuayu/multiclass_brier_score
base_model:
- huihui-ai/Huihui-DeepSeek-V4-Flash-abliterated-ds4-GGUF
new_version: WeiboAI/VibeThinker-3B
pipeline_tag: image-to-image
library_name: mlx
---
# Install the Hugging Face CLI
curl -LsSf https://hf.co/cli/install.sh | bash
# (optional) Login with your Hugging Face credentials
hf auth login
# Push your model files
hf upload 20d7733/23 . |