You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, the default adapter configuration used when none is explicitly specified is defined in DEFAULT_ADAPTER_CONFIG. It's a bottleneck adapter (BnConfig() class) with one bottleneck layer per Transformer block, as proposed in this paper.
Hello @FahadEbrahim , the default configuration that is used if you call add_adapterwithout specifying the config parameter is the seq_bn config (previously named pfeifferconfig). To use a different configuration just pass the corresponding string as the config parameter (docs).
Hi,
Just a quick question, for training an adapter, what are the default adapter configurations (Method or type)?
Thanks.
The text was updated successfully, but these errors were encountered: