rodrigo-nogueira
commited on
Commit
•
6bb0c83
1
Parent(s):
51c39bf
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
This model is a T5-base 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)
|
|
|
1 |
This model is a T5-base reranker fine-tuned on the MS MARCO passage dataset for 100k steps (or 10 epochs).
|
2 |
|
3 |
+
For better zero-shot performance (i.e., inference on other datasets), we recommend using `castorini/monot5-base-msmarco-10k`.
|
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)
|