lianzhaoy

Results 6 issues of lianzhaoy

尊敬的作者,您好: 本人首次接触实体对齐任务,觉得您的工作是非常棒的,在复现了之后有一些疑问需要请教您: 1. train_links,valid_links,test_links中的实体对都是已经对齐的吗?如果不是,请问已对齐实体对和未对齐实体对的比例是多少? 2. predicate_local_name中包含的是本体的关系和属性名称,是否包含本体自身呢?比如http://dbpedia.org/resource/The_Witman_Boys的本体是谁? 3. 我对您的工作进行了复现,结果如下: nv test results: quick results: hits@[1, 5, 10, 50] = [84.135 89.055 89.522 90.445]%, time = 43.550 s rv test results: quick...

在BGL数据集上训练的时候出现以下错误: ValueError: test_size=68 should be either positive and smaller than the number of samples 34 or a float in the (0, 1) range 请问该如何解决?

1、将原版llama-13b与chinese-alpaca-lora-13b通过merge_llama_with_chinese_lora_to_hf.py合并为chinese-alpaca-13b后, 2、使用自己的数据继续微调,生成lora 3、生成的lora里面并没有tokenizer_config.json,导致将chinese-alpaca-13b与生成的lora经过merge_llama_with_chinese_lora.py生成.pth文件时报错 这是什么原因呢?

stale

### Describe the Question 如何测试训练好的reward model

question

### Reminder - [X] I have read the README and searched the existing issues. ### Reproduction shell脚本: deepspeed --num_gpus 2 src/train_bash.py \ --deepspeed ds_config_3.json \ --stage sft \ --do_train \...

pending

I faced a problem while compiling compute_flow.cpp,As follows: “/usr/include/opencv2/gpu/gpu.hpp:432:29: error: ‘vector’ does not name a type CV_EXPORTS void merge(const vector& src, GpuMat& dst, Stream& stream = Stream::Null()); ^ /usr/include/opencv2/gpu/gpu.hpp:432:35: error:...