".github/git@developer.sourcefind.cn:change/sglang.git" did not exist on "4ad97370452e9de7a0f78b246f7d12d7bd2b7d83"
Commit 68039be4 authored by Jinoo Baek's avatar Jinoo Baek Committed by A. Unique TensorFlower
Browse files

Change BertPretrainer to keep `mlm_activation` in config.

PiperOrigin-RevId: 434014162
parent 8f815365
......@@ -199,6 +199,7 @@ class BertPretrainerV2(tf.keras.Model):
self._config = {
'encoder_network': encoder_network,
'mlm_initializer': mlm_initializer,
'mlm_activation': mlm_activation,
'classification_heads': classification_heads,
'name': name,
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment