Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
c9e4db9c
Commit
c9e4db9c
authored
Jul 14, 2022
by
A. Unique TensorFlower
Browse files
Update BertEncoderV2 max_sequence_length docstring
PiperOrigin-RevId: 460912624
parent
535b1e7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
official/nlp/modeling/networks/bert_encoder.py
official/nlp/modeling/networks/bert_encoder.py
+1
-2
No files found.
official/nlp/modeling/networks/bert_encoder.py
View file @
c9e4db9c
...
@@ -49,8 +49,7 @@ class BertEncoderV2(tf.keras.layers.Layer):
...
@@ -49,8 +49,7 @@ class BertEncoderV2(tf.keras.layers.Layer):
num_attention_heads: The number of attention heads for each transformer. The
num_attention_heads: The number of attention heads for each transformer. The
hidden size must be divisible by the number of attention heads.
hidden size must be divisible by the number of attention heads.
max_sequence_length: The maximum sequence length that this encoder can
max_sequence_length: The maximum sequence length that this encoder can
consume. If None, max_sequence_length uses the value from sequence length.
consume. This determines the variable shape for positional embeddings.
This determines the variable shape for positional embeddings.
type_vocab_size: The number of types that the 'type_ids' input can take.
type_vocab_size: The number of types that the 'type_ids' input can take.
inner_dim: The output dimension of the first Dense layer in a two-layer
inner_dim: The output dimension of the first Dense layer in a two-layer
feedforward network for each transformer.
feedforward network for each transformer.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment