microsoft / LoRA

Code for loralib, an implementation of "LoRA: Low-Rank Adaptation of Large Language Models"
https://arxiv.org/abs/2106.09685
MIT License
10.43k stars 669 forks source link

NLU experiments error #180

Closed jie040109 closed 2 months ago

jie040109 commented 2 months ago

Traceback (most recent call last): File "examples/text-classification/run_glue.py", line 628, in main() File "examples/text-classification/run_glue.py", line 360, in main masking_prob=model_args.masking_prob, File "/home/jjwang/workspace/LoRA/examples/NLU/src/transformers/models/auto/configuration_auto.py", line 388, in from_pretrained configdict, = PretrainedConfig.get_config_dict(pretrained_model_name_or_path, **kwargs) File "/home/jjwang/workspace/LoRA/examples/NLU/src/transformers/configuration_utils.py", line 438, in get_config_dict use_auth_token=use_auth_token, File "/home/jjwang/workspace/LoRA/examples/NLU/src/transformers/file_utils.py", line 1142, in cached_path local_files_only=local_files_only, File "/home/jjwang/workspace/LoRA/examples/NLU/src/transformers/file_utils.py", line 1349, 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.

jie040109 commented 2 months ago

already solved, network error