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 7bfc0f6 commit aa51bc0Copy full SHA for aa51bc0
texar/torch/modules/pretrained/bert.py
@@ -100,7 +100,7 @@ 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
+ (`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:
105
106
* ``bert-msmarco-base``: Original BERT base model fine-tuned on
0 commit comments