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
Now, by trying the command TAG=exp TYPE=prompt-demo TASK=SST-2 BS=2 LR=1e-5 SEED=42 MODEL=roberta-large bash run_experiment.sh which is in the README I got this error:
Traceback (most recent call last):
File "/LM-BFF/run.py", line 23, in
from src.trainer import Trainer
File "/LM-BFF/src/trainer.py", line 43, in
from transformers.integrations import (
ImportError: cannot import name 'default_hp_search_backend' from 'transformers.integrations' (/LM-BFF/venv/lib/python3.10/site-packages/transformers/integrations/init.py)
I've already found that it has been a problem in another project but I don't know how to fix it.
The text was updated successfully, but these errors were encountered:
When attempting to install your requirements, I encountered an error related to the NumPy version. Then, when I tried to install the requirements by specifying only the version of Transformers, I received the following error message: "ERROR: Failed building wheel for tokenizers.
ERROR: Failed building wheel for tokenizers
Now, by trying the command TAG=exp TYPE=prompt-demo TASK=SST-2 BS=2 LR=1e-5 SEED=42 MODEL=roberta-large bash run_experiment.sh which is in the README I got this error:
Traceback (most recent call last):
File "/LM-BFF/run.py", line 23, in
from src.trainer import Trainer
File "/LM-BFF/src/trainer.py", line 43, in
from transformers.integrations import (
ImportError: cannot import name 'default_hp_search_backend' from 'transformers.integrations' (/LM-BFF/venv/lib/python3.10/site-packages/transformers/integrations/init.py)
I've already found that it has been a problem in another project but I don't know how to fix it.
The text was updated successfully, but these errors were encountered: