Skip to content

Commit 5bd8549

Browse files
committed
add jumbo to maelm.
1 parent 0d2144e commit 5bd8549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

barcodebert/pretraining.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def print_pass(*args, **kwargs):
308308
hidden_size=config.decoder_embed_dim,
309309
)
310310
print("Using MAELMModel with BertConfig for the decoder (not mosaic-bert)")
311-
model = MAELMModel(bert_config, decoder_config, config.jumbo, config.jumbu_multiplier, config.share_jumbo_layers)
311+
model = MAELMModel(bert_config, decoder_config, config.jumbo, config.jumbo_multiplier, config.share_jumbo_layers)
312312

313313
elif config.arch == "transformer":
314314
decoder_config = None

0 commit comments

Comments
 (0)