Skip to content

Commit

Permalink
Added MT5ADapterModel to adapters.__init__
Browse files Browse the repository at this point in the history
  • Loading branch information
William committed Jan 5, 2024
1 parent 6d1bf02 commit 9633b94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adapters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"models.gptj": ["GPTJAdapterModel"],
"models.llama": ["LlamaAdapterModel"],
"models.mbart": ["MBartAdapterModel"],
"models.mt5": ["MT5AdapterModel"],
"models.roberta": ["RobertaAdapterModel"],
"models.t5": ["T5AdapterModel"],
"models.vit": ["ViTAdapterModel"],
Expand Down

0 comments on commit 9633b94

Please sign in to comment.