Skip to content

Commit 52b0f6e

Browse files
authored
Update modeling.py
1 parent 73125fb commit 52b0f6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modeling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def __init__(self,
177177
if token_type_ids is None:
178178
token_type_ids = tf.zeros(shape=[batch_size, seq_length], dtype=tf.int32)
179179

180-
with tf.variable_scope(scope, default_name="bert"):
180+
with tf.variable_scope(scope, default_name="albert"):
181181
with tf.variable_scope("embeddings"):
182182
# Perform embedding lookup on the word ids.
183183
(self.word_embedding_output,

0 commit comments

Comments
 (0)