-
**Describe the question**
> A clear and concise description of what the question is.
您好,请问DeepKE中内置的这几种预训练模型具体是什么模型。我知道lm是谷歌的bert-base-chinese,其他的cnn、rnn等具体是什么模型呢?
**Environment (please c…
-
**Describe the question**
> A clear and concise description of what the question is.
你好,我在4090GPU下运行开箱即用的模块,运行predict.py会产生如下报错
Traceback (most recent call last):
File "predict.py", line 57, in …
-
您好,项目里面有关于Rouge-2评估关系抽取结果的代码嘛?想要借鉴一下
-
关于deepke-llm,目前验证应该是支持的数据并行方式,请问是否支持模型并行?
问题现状是:
1. Lora微调chatglm3-6b
2. 单条指令数据平均长度大于8k
3. bitch_size=1 单卡(24G)也装不下模型,提示CUDA分配不足
4. 目前没有更大显存的单卡了
请问是否支持/或者后续是否支持模型并行? 或者有没有其他更好的使用方式?
-
(openspg_venv) root@docker-desktop:/code/openspg-master/python/knext/knext/examples/deepke# knext builder execute task_entry
ERROR: task_entry is not a registered name for BuilderJob.
**提问:**
1、无…
-
C:\Users\Ylab\deepke\example\re\standard>python run.py
Traceback (most recent call last):
File "C:\Users\Ylab\deepke\example\re\standard\run.py", line 2, in
import hydra
File "D:\python\L…
-
**Describe the question**
> A clear and concise description of what the question is.
您好,请问关系抽取任务(全监督)采用的是管道模型还是联合模型?在常规全监督关系抽取中需要手动输入头尾实体,应该是属于管道模型吧?另外请问该任务解码方式是哪种?基于序列标注、基于指针网络或是基于片段分类?劳烦解惑,不胜感激。
…
-
**Describe the bug**
> A clear and concise description of what the bug is.
re few-shot按照示例步骤配置完环境,下载完数据集后,尝试运行run.py,出现hydra.errors.MissingConfigException: Could not load override hydra/output/custo…
-
在案例:Lora微调Baichuan完成CCKS2023指令驱动的知识图谱构建 中,我尝试使用训练好的baichuan2-13b-iepile-lora模型进行预测,这是我的bash文件:`CUDA_VISIBLE_DEVICES=0 python src/inference.py \
--stage sft \
--model_name_or_path 'zjunlp/bai…
-
您好,请问deepke里面re所用的数据集是哪个?