Skip to content

Commit a8bccfa

Browse files
Internal change
PiperOrigin-RevId: 422917125
1 parent 3a7e01c commit a8bccfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

official/nlp/modeling/layers/text_layers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def fn(x):
5757

5858

5959
class BertTokenizer(tf.keras.layers.Layer):
60-
"""Wraps BertTokenizer with pre-defined vocab as a Keras Layer.
60+
"""Wraps TF.Text's BertTokenizer with pre-defined vocab as a Keras Layer.
6161
6262
Attributes:
6363
tokenize_with_offsets: If true, calls

0 commit comments

Comments
 (0)