Skip to content

Commit 25739de

Browse files
author
Atif Ahmed
committed
Lint
1 parent aa51bc0 commit 25739de

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

texar/torch/modules/pretrained/bert.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ 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
104-
2019) on MS-MARCO Passage re-ranking task. Two models are included:
103+
(`Nguyen et al`., 2016) dataset. It's the best performing model (on Jan
104+
8th 2019) on MS-MARCO Passage re-ranking task. Two models are included:
105105
106106
* ``bert-msmarco-base``: Original BERT base model fine-tuned on
107107
MS-MARCO.

0 commit comments

Comments
 (0)