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
PyTorch version (GPU?): PyTorch 2.0.1 - Nvidia A100
Details
I have a BERT model, and I have added a pre-trained adapter to it. Is there any way to finetune all the parameters, i.e., the BERT model and the pre-trained adapter? I don't want to manually set p.requires_grad=True for all the parameters. Also, I know this beats the purpose of adapters, but need it.
The text was updated successfully, but these errors were encountered:
Environment info
adapter-transformers
version:latest
Ubuntu 20.04.6
3.10.11
PyTorch 2.0.1
-Nvidia A100
Details
I have a BERT model, and I have added a pre-trained adapter to it. Is there any way to finetune all the parameters, i.e., the BERT model and the pre-trained adapter? I don't want to manually set
p.requires_grad=True
for all the parameters. Also, I know this beats the purpose of adapters, but need it.The text was updated successfully, but these errors were encountered: