adapter-hub / adapters

A Unified Library for Parameter-Efficient and Modular Transfer Learning

Home Page:https://docs.adapterhub.ml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the default adapter setup?

Eugleo opened this issue · comments

I poured through the docs and the source code, but then I figured I might as well just ask here. Which adapter is loaded when I run the following code?

model.add_adapter("name")
model.train_adapter("name")
model.set_active_adapters("name")

Hi @Eugleo
I asked the same question previously. Here is the thread with the answer:
#611