记录一下用离线方式,下载对应的文件,从而解决这个问题。
OSError: We couldn't connect to 'https://huggingface.co' to load this file, couldn't find it in the cached files and it looks like allenai/longformer-base-4096 is not the path to a directory containing a file named config.json.
Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'.
我需要下载的是:allenai/longformer-base-4096
在官网上去下载对应的包:
把包全部下载下来:
下载完成之后,在项目下新建一个文件夹,再用Xftp,将对应的包上传到文件夹中,如:
再修改对应py文件: (如我的是要修改:save_longformer_ckpt.py):
修改后:
这样就完成了离线下载,然后在运行相对应的代码就可以了。