Skip to content

Commit aa51bc0

Browse files
author
Atif Ahmed
committed
Spelling
1 parent 7bfc0f6 commit aa51bc0

File tree

1 file changed

+1
-1
lines changed
  • texar/torch/modules/pretrained

1 file changed

+1
-1
lines changed

texar/torch/modules/pretrained/bert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class PretrainedBERTMixin(PretrainedMixin, ABC):
100100
101101
* **BERT for MS-MARCO**: proposed in (`Nogueira et al`. 2019)
102102
`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
103+
(`Nguyen et al`., 2016) dataset. It's the best performing model (on Jan 8th
104104
2019) on MS-MARCO Passage re-ranking task. Two models are included:
105105
106106
* ``bert-msmarco-base``: Original BERT base model fine-tuned on

0 commit comments

Comments
 (0)