rodrigo-nogueira commited on
Commit
48cfad1
1 Parent(s): 4c22283

Update README.md

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