doberst commited on
Commit
80b19ff
·
verified ·
1 Parent(s): 0ac12eb

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -3
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-turbo-en
5
+ base_model_relation: quantized
6
+ tags:
7
+ - green
8
+ - p1
9
+ - llmware-semantic
10
+ - onnx
11
+ ---
12
+
13
+ # jina-reranker-turbo-onnx
14
+
15
+ **jina-reranker-turbo-onnx** is an OpenVino packaging of Jinaai/jina-reranker-v1-turbo-en, providing a very small, very fast inference implementation, optimized for AI PCs.
16
+
17
+ [**jina-reranker-v1-turbo-onnx**](https://huggingface.co/jinaai/jina-reranker-v1-turbo-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-turbo-en
25
+ - **Parameters:** 38 million
26
+ - **Model Parent:** jinaai/jina-reranker-v1-turbo-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:** fp16
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)