Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

关于按照readme.txt中的运行语句进行运行后,出现ValueError的错误 #226

@nnxiaxia

Description

@nnxiaxia

您好,我在搭建好环境后,按照您的reademe.txt中的运行train.py语句进行运行,但出现如下报错:“Traceback (most recent call last):
File "train.py", line 304, in
main()
File "train.py", line 299, in main
ins = Instructor(opt)
File "train.py", line 39, in init
tokenizer = Tokenizer4Bert(opt.max_seq_len, opt.pretrained_bert_name)
File "E:\pycharm location\ABSA-PyTorch-master\data_utils.py", line 114, in init
self.tokenizer = BertTokenizer.from_pretrained(pretrained_bert_name)
File "E:\anaconda\envs\pytorch\lib\site-packages\transformers\tokenization_utils_base.py", line 1629, in from_pretrained
local_files_only=local_files_only,
File "E:\anaconda\envs\pytorch\lib\site-packages\transformers\file_utils.py", line 955, in cached_path
local_files_only=local_files_only,
File "E:\anaconda\envs\pytorch\lib\site-packages\transformers\file_utils.py", line 1125, in get_from_cache
"Connection error, and we cannot find the requested files in the cached path."
ValueError: Connection error, and we cannot find the requested files in the cached path. Please try again or make sure your Internet connection is on.”
请问您有什么好的解决方法吗?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions