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
Good morning,
I'm trying to run the code but the AutoModelWithHeads module is not found (and I didn't find it in the Transformers folder). Although I did find AutoModelWithLMHead inside that folder, can it be replaced? I guess this code was made with the implementation of the Hugging Face adapter,, but since Transformers is re-install with the folder in this project, that module is not found.
The text was updated successfully, but these errors were encountered:
Did you install the right transformer version? The concrete transformer we used is "adapter-transformers 2.3.0", that is not an official transformer implemented by huggingface. It is implemented by adapterhub.
Please run pip install adapter-transformers 2.3.0 to re-install it.
Btw, we recommend you use the docker image to avoid any environment issues.
Good morning,
I'm trying to run the code but the AutoModelWithHeads module is not found (and I didn't find it in the Transformers folder). Although I did find AutoModelWithLMHead inside that folder, can it be replaced? I guess this code was made with the implementation of the Hugging Face adapter,, but since Transformers is re-install with the folder in this project, that module is not found.
The text was updated successfully, but these errors were encountered: