dragonkue commited on
Commit
56fad63
·
verified ·
1 Parent(s): 685ef27

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -11,6 +11,8 @@ pipeline_tag: text-classification
11
  library_name: sentence-transformers
12
  ---
13
 
 
 
14
  # Reranker (Cross-Encoder)
15
 
16
  Different from embedding model, reranker uses question and document as input and directly output similarity instead of embedding. You can get a relevance score by inputting query and passage to the reranker. And the score can be mapped to a float value in [0,1] by sigmoid function.
 
11
  library_name: sentence-transformers
12
  ---
13
 
14
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/642b0c2fecec03b4464a1d9b/IxcqY5qbGNuGpqDciIcOI.webp" width="600">
15
+
16
  # Reranker (Cross-Encoder)
17
 
18
  Different from embedding model, reranker uses question and document as input and directly output similarity instead of embedding. You can get a relevance score by inputting query and passage to the reranker. And the score can be mapped to a float value in [0,1] by sigmoid function.