rodrigo-nogueira commited on
Commit
1fd87b5
1 Parent(s): 2b47237

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -1,5 +1,10 @@
1
- This model is a T5-large reranker fine-tuned on the MS MARCO passage dataset for 10k steps (or 1 epochs).
2
 
3
- For more details on how to use it, check [pygaggle.ai](pygaggle.ai)
 
 
 
 
 
4
 
5
  Paper describing the model: [Document Ranking with a Pretrained Sequence-to-Sequence Model](https://www.aclweb.org/anthology/2020.findings-emnlp.63/)
 
1
+ This model is a T5-large reranker fine-tuned on the MS MARCO passage dataset for 10k steps (or 1 epoch).
2
 
3
+ This model usually has a better zero-shot performance than `monot5-large-msmarco`, i.e., it performs better on datasets different from MS MARCO.
4
+
5
+ For more details on how to use it, check the following links:
6
+ - [A simple reranking example](https://github.com/castorini/pygaggle#a-simple-reranking-example)
7
+ - [Rerank MS MARCO passages](https://github.com/castorini/pygaggle/blob/master/docs/experiments-msmarco-passage-subset.md)
8
+ - [Rerank Robust04 documents](https://github.com/castorini/pygaggle/blob/master/docs/experiments-robust04-monot5-gpu.md)
9
 
10
  Paper describing the model: [Document Ranking with a Pretrained Sequence-to-Sequence Model](https://www.aclweb.org/anthology/2020.findings-emnlp.63/)