Typo correction. (#10531)

DEBERTA_PRETRAINED_MODEL_ARCHIVE_LIST => DEBERTA_V2_PRETRAINED_MODEL_ARCHIVE_LIST in line 31.
This commit is contained in:
Chen Liang
2021-03-05 12:27:09 -08:00
committed by GitHub
parent 9f8bc87cbe
commit 3e056c1003

View File

@@ -28,7 +28,7 @@ _import_structure = {
if is_torch_available(): if is_torch_available():
_import_structure["modeling_deberta_v2"] = [ _import_structure["modeling_deberta_v2"] = [
"DEBERTA_PRETRAINED_MODEL_ARCHIVE_LIST", "DEBERTA_V2_PRETRAINED_MODEL_ARCHIVE_LIST",
"DebertaV2ForSequenceClassification", "DebertaV2ForSequenceClassification",
"DebertaV2Model", "DebertaV2Model",
"DebertaV2ForMaskedLM", "DebertaV2ForMaskedLM",