We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa51bc0 commit 25739deCopy full SHA for 25739de
texar/torch/modules/pretrained/bert.py
@@ -100,8 +100,8 @@ class PretrainedBERTMixin(PretrainedMixin, ABC):
100
101
* **BERT for MS-MARCO**: proposed in (`Nogueira et al`. 2019)
102
`Passage Re-ranking with BERT`_. A BERT model fine-tuned on MS-MARCO
103
- (`Nguyen et al`., 2016) dataset. It's the best performing model (on Jan 8th
104
- 2019) on MS-MARCO Passage re-ranking task. Two models are included:
+ (`Nguyen et al`., 2016) dataset. It's the best performing model (on Jan
+ 8th 2019) on MS-MARCO Passage re-ranking task. Two models are included:
105
106
* ``bert-msmarco-base``: Original BERT base model fine-tuned on
107
MS-MARCO.
0 commit comments