numb3r3 commited on
Commit
86ead8f
1 Parent(s): 80d2ebe

chore: update readme

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -22,6 +22,9 @@ license: cc-by-nc-4.0
22
 
23
  # jina-reranker-v2-base-multilingual
24
 
 
 
 
25
 
26
  Compared with the state-of-the-art reranker models, including the previous released `jina-reranker-v1-base-en`, the **Jina Reranker v2** model has demonstrated competitiveness across a series of benchmarks targeting for text retrieval, multilingual capability, function-calling-aware and text-to-SQL-aware reranking, and code retrieval tasks.
27
 
 
22
 
23
  # jina-reranker-v2-base-multilingual
24
 
25
+ ## Intended Usage & Model Info
26
+
27
+ `jina-reranker-v2-base-multilingual` is a transformer-based model that has been fine-tuned for text reranking task, which is a crucial component in many information retrieval systems. It is a cross-encoder model that takes a query and a document pair as input and outputs a score indicating the relevance of the document to the query. The model is trained on a large dataset of query-document pairs and is capable of reranking documents in multiple languages with high accuracy.
28
 
29
  Compared with the state-of-the-art reranker models, including the previous released `jina-reranker-v1-base-en`, the **Jina Reranker v2** model has demonstrated competitiveness across a series of benchmarks targeting for text retrieval, multilingual capability, function-calling-aware and text-to-SQL-aware reranking, and code retrieval tasks.
30