Yujie Luo
Yujie Luo
Hello, we have verified and found that this issue does exist. We will fix it as soon as possible, thanks!
May I ask if you have modified the lm_file in lm.yaml? It is the fp in predict.yaml that needs to be modified not the llm.yaml file, you can check it.
您好,`lm.yaml`文件是无需修改的,您只需要将其恢复原样即可`lm_file: 'bert-base-chinese'`
推测是网络原因造成的。您可以尝试部署网络代理或者设置huggingface镜像网站,或者选择直接从huggingface中下载bert-base-chinese并将`lm_file`改为本地存储目录。
请问您在国内吗?如果在中国地区可以使用下述添加镜像网站的方法下载模型: ``` pip install -U huggingface_hub export HF_ENDPOINT=https://hf-mirror.com huggingface-cli download --resume-download --local-dir-use-symlinks False google-bert/bert-base-chinese --local-dir bert-base-chinese ```
您只需要执行上述几行代码就可以下载好模型了,用这个方法无需修改lm_file
您好,项目现已支持长文本关系抽取,更新至最新版本即可~
如果还遇到其它问题,欢迎继续向我们反馈!
您好,我们提供了对于llama模型的支持,对于qwen模型我们会在后续补充相关内容,感谢您的关注~