Upload README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,40 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
inference: false
|
| 4 |
+
base_model: jinaai/jina-reranker-v1-tiny-en
|
| 5 |
+
base_model_relation: quantized
|
| 6 |
+
tags:
|
| 7 |
+
- green
|
| 8 |
+
- p1
|
| 9 |
+
- llmware-semantic
|
| 10 |
+
- onns
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# jina-reranker-tiny-onnx
|
| 14 |
+
|
| 15 |
+
**jina-reranker-tiny-onnx** is an ONNX packaging of Jinaai/jina-reranker-v1-tiny-en, providing a very small, very fast inference implementation, optimized for AI PCs.
|
| 16 |
+
|
| 17 |
+
[**jina-reranker-tiny-onnx**](https://huggingface.co/jinaai/jina-reranker-v1-tiny-en) is a tiny specialized semantic reranker that ranks the similarity between a query and a text passage.
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
### Model Description
|
| 21 |
+
|
| 22 |
+
- **Developed by:** jinaai
|
| 23 |
+
- **Quantized by:** llmware
|
| 24 |
+
- **Model type:** jina-reranker-v1-tiny-en
|
| 25 |
+
- **Parameters:** 65 million
|
| 26 |
+
- **Model Parent:** jinaai/jina-reranker-v1-tiny-en
|
| 27 |
+
- **Language(s) (NLP):** English
|
| 28 |
+
- **License:** Apache 2.0
|
| 29 |
+
- **Uses:** Semantic similarity classification and ranking
|
| 30 |
+
- **RAG Benchmark Accuracy Score:** NA
|
| 31 |
+
- **Quantization:** int4
|
| 32 |
+
|
| 33 |
+
|
| 34 |
+
## Model Card Contact
|
| 35 |
+
|
| 36 |
+
[llmware on github](https://www.github.com/llmware-ai/llmware)
|
| 37 |
+
|
| 38 |
+
[llmware on hf](https://www.huggingface.co/llmware)
|
| 39 |
+
|
| 40 |
+
[llmware website](https://www.llmware.ai)
|