Closed pkuzengqi closed 3 years ago
I'm also facing the same issue. Did you find any fix yet . ??
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
I'm also facing the same issue. Did you guys find any fix yet . ??
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
Same problem here, please write if someone found a valid solution.
Facing same error
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
Hi, I've had the same error but with roberta-base
. It appeared that I had an empty folder named roberta-base
in my working directory. Removing it solved the issue.
I found this issue is caused by setting cache directory using checkpoint name TrainingArguments(checkpoint,evaluation_strategy='steps')
change checkpoint to something else resolve the issue
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
353
Got the same issue, thanks for reporting it here. Was able to fix it following after going through your comment.
Hi, I've had the same error but with
roberta-base
. It appeared that I had an empty folder namedroberta-base
in my working directory. Removing it solved the issue.
You are literally an angel.
Environment info
transformers
version: 4.4.2Information
The problem arises when using:
Error Info (Some personal info has been replaced by ---)
what I have read:
https://github.com/huggingface/transformers/issues/353
what I have tried:
unzip the file and rename
bert_config.json
asconfig.json
, thenenough disk space, enough memory, free GPU
open internet connection, no proxy
The following models work well
model = RobertaModel.from_pretrained('roberta-base')