Text Ranking
LiteRT
LiteRT
qwen3
qwen3-reranker
reranker
reranking
cross-encoder
rag
retrieval
on-device
gpu
android
Instructions to use litert-community/Qwen3-Reranker-0.6B-LiteRT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LiteRT
How to use litert-community/Qwen3-Reranker-0.6B-LiteRT with LiteRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Reference hero in card
Browse files
README.md
CHANGED
|
@@ -16,6 +16,8 @@ reranking half of an on-device RAG pipeline.
|
|
| 16 |
Pairs with [`litert-community/Qwen3-Embedding-0.6B-LiteRT`](https://huggingface.co/litert-community/Qwen3-Embedding-0.6B-LiteRT):
|
| 17 |
**embed → retrieve top-k → rerank**, all on-device, no server.
|
| 18 |
|
|
|
|
|
|
|
| 19 |
Like the embedder it is a **single forward pass** (no generation, no KV cache) → a plain `.tflite`, not
|
| 20 |
a `.litertlm`. Verified on a **Pixel 8a / Tensor G3**: all nodes on the GPU delegate, `P(yes)` parity
|
| 21 |
**ref 0.9995 / dev 0.9994** vs the HF fp32 reference.
|
|
|
|
| 16 |
Pairs with [`litert-community/Qwen3-Embedding-0.6B-LiteRT`](https://huggingface.co/litert-community/Qwen3-Embedding-0.6B-LiteRT):
|
| 17 |
**embed → retrieve top-k → rerank**, all on-device, no server.
|
| 18 |
|
| 19 |
+

|
| 20 |
+
|
| 21 |
Like the embedder it is a **single forward pass** (no generation, no KV cache) → a plain `.tflite`, not
|
| 22 |
a `.litertlm`. Verified on a **Pixel 8a / Tensor G3**: all nodes on the GPU delegate, `P(yes)` parity
|
| 23 |
**ref 0.9995 / dev 0.9994** vs the HF fp32 reference.
|