zjunlp / DeepKE

[EMNLP 2022] An Open Toolkit for Knowledge Graph Extraction and Construction
http://deepke.zjukg.cn/
MIT License
3.55k stars 684 forks source link

运行ee/standard/时候报错huggingface_hub.utils._validators.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': '/newdisk1/msy/models/bert-base-chinese'. Use `repo_type` argument if needed. #429

Closed xiaowang-xuexiji closed 7 months ago

xiaowang-xuexiji commented 8 months ago

这里的模型我该去哪里下载,train.yaml中 model_name_or_path: /newdisk1/msy/models/bert-base-chinese # [bert-base-uncased, bert-base-chinese] english for ace, chinese for duee 这个字段的模型是什么,从哪里下载。

shengyumao commented 8 months ago

你好,这里的字段可以用bert-base-chinese或者bert-base-uncased进行替换,这样会从huggingface自动下载模型。或者可以更改成你本地的bert模型的路径。

xiaowang-xuexiji commented 8 months ago

改了之后。 FileNotFoundError: [Errno 2] No such file or directory: '/root/.cache/huggingface/hub/models--bert-base-chinese/refs/main' 报这个文件不存在的错误,是因为没有下载那个模型吗?还是说我自己手动去找这个模型

xiaowang-xuexiji commented 8 months ago

哦哦 我看到了,是因为连接huggingface超时了就没下载,我再试试

shengyumao commented 8 months ago

连接huggingface的话可以开代理,没有的话也可以试试看去modelscope上手动下载模型

xiaowang-xuexiji commented 8 months ago

开了代理也是连接超时,可以告诉我这个模型的下载地址不啊,或者是我这个代理不能开日本的。

zxlzr commented 8 months ago

https://github.com/ymcui/Chinese-BERT-wwm

您也可以在国内的wisemodel 和modelscope 官网搜这个模型下载

xiaowang-xuexiji commented 8 months ago

好的 谢谢

zxlzr commented 8 months ago

请问您的问题解决了吗