rodrigo-nogueira commited on
Commit
457cc0c
1 Parent(s): e1e72c0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ This model is a T5-base reranker fine-tuned on MS MARCO passage dataset for 10k steps (or 1 epochs) and then fine-tuned again on MedMARCO (from [Sledge-Z paper](https://www.aclweb.org/anthology/2020.emnlp-main.341.pdf) for 1k steps.
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/):