Instructions to use Lipdog/Qwen3-Reranker-4B-mlx-fp16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Lipdog/Qwen3-Reranker-4B-mlx-fp16 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Lipdog/Qwen3-Reranker-4B-mlx-fp16") model = AutoModelForCausalLM.from_pretrained("Lipdog/Qwen3-Reranker-4B-mlx-fp16") - MLX
How to use Lipdog/Qwen3-Reranker-4B-mlx-fp16 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Qwen3-Reranker-4B-mlx-fp16 Lipdog/Qwen3-Reranker-4B-mlx-fp16
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
Upload model-00002-of-00002.safetensors with huggingface_hub
Browse files
model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c037ef15ec421583d2594501f317308ca7a3167332d7f6b7ec9a878a4aa57b5c
|
| 3 |
+
size 2723848134
|