Unverified Commit 3e056c10 authored by Chen Liang's avatar Chen Liang Committed by GitHub
Browse files

Typo correction. (#10531)

DEBERTA_PRETRAINED_MODEL_ARCHIVE_LIST => DEBERTA_V2_PRETRAINED_MODEL_ARCHIVE_LIST in line 31.
parent 9f8bc87c
...@@ -28,7 +28,7 @@ _import_structure = { ...@@ -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",
......
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