Voodisss / Qwen3-Reranker-4B-GGUF-llama_cpp

huggingface.co
Total runs: 4.8K
24-hour runs: 77
7-day runs: 511
30-day runs: 734
Model's Last Updated: March 11 2026
text-ranking

Introduction of Qwen3-Reranker-4B-GGUF-llama_cpp

Model Details of Qwen3-Reranker-4B-GGUF-llama_cpp

Qwen3-Reranker-4B — GGUF (llama.cpp)

Working GGUF of Qwen/Qwen3-Reranker-4B for llama.cpp . Converted 2025-03-09 with the official convert_hf_to_gguf.py .

Other sizes: 0.6B · 4B (this) · 8B

Does it work?

Yes. Most community GGUFs of Qwen3-Reranker produce garbage scores ( 4.5e-23 ) because they're missing reranker-specific tensors. See llama.cpp #16407 . This one works:

Doc 0 (relevant):   relevance_score = 0.999966
Doc 1 (irrelevant): relevance_score = 0.000069
Quick start
llama-server -m Qwen3-Reranker-4B-f16.gguf --reranking --pooling rank --embedding --port 8081
curl http://localhost:8081/v1/rerank \
  -H "Content-Type: application/json" \
  -d '{
    "query": "employment termination notice period",
    "documents": [
      "The Labour Code requires 30 calendar days written notice.",
      "Corporate tax rates for small enterprises."
    ]
  }'

Use /v1/rerank , not /v1/embeddings . The embeddings endpoint returns zeros for reranker models.

What's different about this GGUF?

The official convert_hf_to_gguf.py detects Qwen3-Reranker and does things naive converters skip:

  • Extracts cls.output.weight (the yes/no classifier) from lm_head
  • Sets pooling_type = RANK metadata
  • Bakes in the rerank chat template
  • Sets classifier.output_labels = ["yes", "no"]

Without these, llama-server has nothing to compute scores from.

Known broken GGUFs
models.ini example
[Qwen3-Reranker-4B-f16]
model = /path/to/Qwen3-Reranker-4B-f16.gguf
reranking = true
pooling = rank
embedding = true
ctx-size = 32768

For a full multi-model setup guide (embedding + reranking + chat on one server), see the llama-server Qwen3 guide .

Convert it yourself
pip install huggingface_hub gguf torch safetensors sentencepiece
python -c "from huggingface_hub import snapshot_download; snapshot_download('Qwen/Qwen3-Reranker-4B', local_dir='Qwen3-Reranker-4B-src')"
python convert_hf_to_gguf.py --outtype f16 --outfile Qwen3-Reranker-4B-f16.gguf Qwen3-Reranker-4B-src/
License

Apache 2.0 — same as the original model .

Runs of Voodisss Qwen3-Reranker-4B-GGUF-llama_cpp on huggingface.co

4.8K
Total runs
77
24-hour runs
-50
3-day runs
511
7-day runs
734
30-day runs

More Information About Qwen3-Reranker-4B-GGUF-llama_cpp huggingface.co Model

More Qwen3-Reranker-4B-GGUF-llama_cpp license Visit here:

https://choosealicense.com/licenses/apache-2.0

Qwen3-Reranker-4B-GGUF-llama_cpp huggingface.co

Qwen3-Reranker-4B-GGUF-llama_cpp huggingface.co is an AI model on huggingface.co that provides Qwen3-Reranker-4B-GGUF-llama_cpp's model effect (), which can be used instantly with this Voodisss Qwen3-Reranker-4B-GGUF-llama_cpp model. huggingface.co supports a free trial of the Qwen3-Reranker-4B-GGUF-llama_cpp model, and also provides paid use of the Qwen3-Reranker-4B-GGUF-llama_cpp. Support call Qwen3-Reranker-4B-GGUF-llama_cpp model through api, including Node.js, Python, http.

Qwen3-Reranker-4B-GGUF-llama_cpp huggingface.co Url

https://huggingface.co/Voodisss/Qwen3-Reranker-4B-GGUF-llama_cpp

Voodisss Qwen3-Reranker-4B-GGUF-llama_cpp online free

Qwen3-Reranker-4B-GGUF-llama_cpp huggingface.co is an online trial and call api platform, which integrates Qwen3-Reranker-4B-GGUF-llama_cpp's modeling effects, including api services, and provides a free online trial of Qwen3-Reranker-4B-GGUF-llama_cpp, you can try Qwen3-Reranker-4B-GGUF-llama_cpp online for free by clicking the link below.

Voodisss Qwen3-Reranker-4B-GGUF-llama_cpp online free url in huggingface.co:

https://huggingface.co/Voodisss/Qwen3-Reranker-4B-GGUF-llama_cpp

Qwen3-Reranker-4B-GGUF-llama_cpp install

Qwen3-Reranker-4B-GGUF-llama_cpp is an open source model from GitHub that offers a free installation service, and any user can find Qwen3-Reranker-4B-GGUF-llama_cpp on GitHub to install. At the same time, huggingface.co provides the effect of Qwen3-Reranker-4B-GGUF-llama_cpp install, users can directly use Qwen3-Reranker-4B-GGUF-llama_cpp installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

Qwen3-Reranker-4B-GGUF-llama_cpp install url in huggingface.co:

https://huggingface.co/Voodisss/Qwen3-Reranker-4B-GGUF-llama_cpp

Url of Qwen3-Reranker-4B-GGUF-llama_cpp

Qwen3-Reranker-4B-GGUF-llama_cpp huggingface.co Url

Provider of Qwen3-Reranker-4B-GGUF-llama_cpp huggingface.co

Voodisss
ORGANIZATIONS

Other API from Voodisss