"examples/vscode:/vscode.git/clone" did not exist on "1093f9d615abaad27347279a889e1dba5f0df39c"
Unverified Commit 9972562d authored by kumapo's avatar kumapo Committed by GitHub
Browse files

Include ElectraPreTrainedModel into __init__ (#4173)

parent ff8ed52d
...@@ -312,6 +312,7 @@ if is_torch_available(): ...@@ -312,6 +312,7 @@ if is_torch_available():
ElectraForPreTraining, ElectraForPreTraining,
ElectraForMaskedLM, ElectraForMaskedLM,
ElectraForTokenClassification, ElectraForTokenClassification,
ElectraPreTrainedModel,
ElectraModel, ElectraModel,
load_tf_weights_in_electra, load_tf_weights_in_electra,
ELECTRA_PRETRAINED_MODEL_ARCHIVE_MAP, ELECTRA_PRETRAINED_MODEL_ARCHIVE_MAP,
......
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