dmrau commited on
Commit
c4953c8
·
1 Parent(s): bb01858

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ license: afl-3.0
5
 
6
  This model was trained with the [Rankers Library](`https://github.com/davidmrau/rankers`) please check https://github.com/davidmrau/rankers#Evaluation to learn how to use the model.
7
 
8
- This Cross Encoder Model was trained on the official MS MARCO training triples using the following training parameters:
9
 
10
  - batch size: 128
11
 
 
5
 
6
  This model was trained with the [Rankers Library](`https://github.com/davidmrau/rankers`) please check https://github.com/davidmrau/rankers#Evaluation to learn how to use the model.
7
 
8
+ This Cross Encoder Ranking Model is invariant to the input order by removing the position embeddings (by being set to zero) during fine-tuning. It was trained on the official MS MARCO training triples using the following training parameters:
9
 
10
  - batch size: 128
11