关于huggingface预训练模型下载问题
Opened this issue · 1 comments
longaqiqi commented
想问一下楼主,如果不能网络连接huggingface,请问需要手动下载哪些东西,放在哪里呀
wzzzd commented
可以到huggingface官网下载模型的所有文件,比如这个https://huggingface.co/google-bert/bert-base-uncased/tree/main
然后放在这个项目随便一个文件夹里,假设文件夹为 models,并放在项目的根目录下。
最后修改Config.py文件中,self.model_pretrain_online_checkpoint = 'models'
,就可以了。