Skip to content

Commit

Permalink
Merge pull request google-research#214 from hsm207/patch-1
Browse files Browse the repository at this point in the history
Fix  BERT acronym to be consistent with paper
  • Loading branch information
jacobdevlin-google authored Dec 18, 2018
2 parents 95beaf3 + 0bf3c6e commit c74caa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def to_json_string(self):


class BertModel(object):
"""BERT model ("Bidirectional Embedding Representations from a Transformer").
"""BERT model ("Bidirectional Encoder Representations from Transformers").
Example usage:
Expand Down

0 comments on commit c74caa3

Please sign in to comment.