You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 16, 2022. It is now read-only.
Looks like BidirectionalLanguageModelTransformer is being registered as bidirectional_language_model_transformer in the __init__.py of seq2seq_encoders (
why not just use the @Model.register("bidirectional_language_model_transformer") decorator? If there's a reason, we should include it as a comment in the __init__.py
The text was updated successfully, but these errors were encountered:
Looks like
BidirectionalLanguageModelTransformer
is being registered asbidirectional_language_model_transformer
in the__init__.py
ofseq2seq_encoders
(allennlp/allennlp/modules/seq2seq_encoders/__init__.py
Lines 96 to 98 in 5560466
why not just use the
@Model.register("bidirectional_language_model_transformer")
decorator? If there's a reason, we should include it as a comment in the__init__.py
The text was updated successfully, but these errors were encountered: