-
**Describe the bug**
> A clear and concise description of what the bug is.
OSError: We couldn't connect to 'https://hf-mirror.com/' to load this file, couldn't find it in the cached files and it look…
-
**Describe the question**
> A clear and concise description of what the question is.
我用了一台小米笔记本 有俩个G的显存,训练时提示内存不足,看GPU使用情况是百分之0,batch_size设置成2也还是不行
RuntimeError: CUDA out of memory. Tried to alloca…
-
**Describe the question**
> A clear and concise description of what the question is.
在虚拟环境运行deepke中ner的python run_lstmcrf.py和python run_bert.py这两个指令的时候,错误提示我要正确的配置hydra的custom.yaml的文件,但是我已经加入了@packa…
-
你好,我用的是DeepKE-cnSchema开箱即用版
python 3.9
torch 1.13.1 cpu版本
![image](https://github.com/zjunlp/DeepKE/assets/64388539/79169562-c9fb-4f9c-9c61-89fddb06d3aa)
![image](https://github.com/zjunlp/DeepKE/…
-
你好,我用的都是官方配置,有两个问题请问一下:
1.我在使用开箱即用特别版DeepKE-cnSchema时候,进行re预测,但是结果如下:
"男人的爱" 和 "人生长路" 在句中关系为:"毕业院校",置信度为0.99。
显然是不对的
请问我应该怎么改
我的配置和使用的模型如下:
![image](https://github.com/zjunlp/DeepKE/assets/10933…
-
使用CNSCHEMA,ner\standard下python predict.py 报错,这个文件如何获得?
-
**Describe the question**
> A clear and concise description of what the question is.
Traceback (most recent call last):
File "/Users/xxx/work/workspace/bd/DeepKE/example/ae/standard/run.py", li…
-
单网卡没有问题, 多网卡有问题。
代码最新,环境按照requirement.txt 要求的。
deepke 是通过下面方式安装的:
```
pip install -r requirements.txt
python setup.py install
python setup.py develop
```
安装结果是:
```
con…
-
**用deepke-llm里的项目Lora微调chatglm有两个错误,如图:**
> 一个是参数的问题(很奇怪那个max_memory_MB参数什么情况),还有一个貌似是分布训练导致的,但是弄了两天都没成功运行
![image](https://github.com/zjunlp/DeepKE/assets/75426990/88f802b1-9845-4beb-80ff-bfc915d12…
-
我用人民日报数据集做NER,用的w2ner,按道理他只有人民地名机构名三种标签,BIO标注策略的话,应该只有四种标签输出啊。为什么我用deepke的时候他是按照这个来的{'': 0, '': 1, 'loc': 2, 'per': 3, 'org': 4},请问这个suc代表啥啊