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