Skip to content

Commit

Permalink
Changing name
Browse files Browse the repository at this point in the history
  • Loading branch information
Atif Ahmed committed Dec 26, 2019
1 parent 31d3e07 commit 824d947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions texar/torch/modules/pretrained/bert.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ class PretrainedBERTMixin(PretrainedMixin, ABC):
_SCIBERT_PATH + 'scibert_basevocab_cased.tar.gz',

# BERT for MS-MARCO
'bert-msmarco-base':
'bert-msmarco-nogueira19-base':
_BERT_MSMARCO_NOGUEIRA19_PATH + '1cyUrhs7JaCJTTu-DjFUqP6Bs4f8a6JTX/',
'bert-msmarco-large':
'bert-msmarco-nogueira19-large':
_BERT_MSMARCO_NOGUEIRA19_PATH + '1crlASTMlsihALlkabAQP6JTYIZwC1Wm8/'
}
_MODEL2CKPT = {
Expand Down

0 comments on commit 824d947

Please sign in to comment.