Ronak Pradeep commited on
Commit
72c5316
1 Parent(s): ffcce32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ This model is a T5-3B reranker, initialized with our pointwise ranker, [castorini/monot5-3b-msmarco](https://huggingface.co/castorini/monot5-3b-msmarco), and finetuned on the MS MARCO passage dataset for 50K steps (or 5 epochs) on the pairwise reranking task.
2
+
3
+ For more details on how to use it, check [pygaggle.ai](pygaggle.ai)!
4
+
5
+ Paper describing the model: [The Expando-Mono-Duo Design Pattern for Text Ranking with Pretrained Sequence-to-Sequence Models](https://arxiv.org/abs/2101.05667)