lawson

Results 40 comments of lawson

> > > > > 原始数据集是哪一个文件 > > > > > > 原始数据集是叫 WeiboNER ,可以在链接https://github.com/hltcoe/golden-horse/tree/master/data 中下载() > > 感谢老哥帮忙回复 开源世界,这是我该做哒~

> 用bert替换后,运行epoch 0 | step 1500 |错误,请问什么原因? '........code/models/reasoner.py", line 69, in forward res.as_strided(tmp.size(), [res.stride(0), res.size(2) + 1]).copy_(tmp) RuntimeError: setStorage: sizes [80, 80], strides [6400, 81], and storage offset 0 requiring...

sorry to hear that! ┭┮﹏┭┮ > > Is it possible to share the checkpoint that achieved 65% F1 though? > > Sry, the distant data pretrained ckpt will not be...

不同版本的transformers 需要传入的参数是不一样的

不是吧,我记得我这里面没有用到这个.csv文件啊。而且我给出了数据集的下载方式,你看下源码~

1. 是len(occupation2Id)-1而不是len(occupation2Id)是因为我的occ是从0开始计算的。【也就是occ=0也算是一种职业映射号】 2.关于第二点,这个看法应该是可以尝试的,但我还不知道效果是否更优? 如果你能给出具体的例子或者说明就更好啦~

I'm finetuing bge-reranker-v2-minicpm-layerwise. I also set the parameter **save_merged_lora_model with True**, however, I can't find the megerd_model in outpu_dir, could you help me ? The all parameters for finetune are...

所以其实bge-reranker-large 的损失函数就是交叉熵,而不是对比学习的那种形式咯