File size: 790 Bytes
d95f551
 
 
 
 
e7e9bdc
3caaab1
 
 
 
 
 
 
 
d95f551
 
79a380b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
license: mit
pipeline_tag: sentence-similarity
---

## Update (Dec 31, 2024):

We have updated our model.
1. The previous version uses [ms-marco-MiniLM-L-6-v2](https://huggingface.co/cross-encoder/ms-marco-MiniLM-L-6-v2) as base model,
the updated version takes [ms-marco-MiniLM-L-12-v2](https://huggingface.co/cross-encoder/ms-marco-MiniLM-L-12-v2) as base model which shows better generality
and performance improvements.

2. The new model uses confidence threshold of 0.8 compared to prior model without confidence-based training.

This model is the corresponding re-ranker supervised by instruction-tuned Llama2-13B, check our paper for more details.

The model generates a relevance score directly during ranking. Please replace the re-ranker argument in the scripts with model id.