troublemaker-r / Chinese_Coreference_Resolution

基于SpanBert的中文指代消解,pytorch实现
95 stars 20 forks source link

中文指代消解 #2

Open zlx19950903 opened 3 years ago

zlx19950903 commented 3 years ago

你好,我最近在做中文指代消解,能咨询你一些事情吗,这是我的微信号:15710033122,谢谢你。

troublemaker-r commented 3 years ago

有问题可以在这里直接提问哦

20XYSong commented 3 years ago

作者您好,我看到您的pretrain_model里面没有pytorch_model.bin,是不是忘传了呢?能否提供一下pytorch_model.bin的下载地址呢?

troublemaker-r commented 3 years ago

@20XYSong 见readme文档中的预训练模型下载地址

20XYSong commented 3 years ago

好的,找到了,感谢!

20XYSong commented 3 years ago

博主,我想请问运行到eval_example时出现报错:Permission denied: 'conll-2012/scorer/v8.01/scorer.pl' 是怎么回事呢?perl和哪个扩展包我都下载了的,谢谢!

zyh3826 commented 3 years ago

插楼提问,博主您好,请问ontonotes-release-5.0和conll-2012数据集有啥区别吗

S1s-Z commented 3 years ago

博主,我想请问运行到eval_example时出现报错:Permission denied: 'conll-2012/scorer/v8.01/scorer.pl' 是怎么回事呢?perl和哪个扩展包我都下载了的,谢谢!

检查权限

DuJiaqi99 commented 2 years ago

博主,我想请问运行到eval_example时出现报错:Permission denied: 'conll-2012/scorer/v8.01/scorer.pl' 是怎么回事呢?perl和哪个扩展包我都下载了的,谢谢!

我也遇到了同样的问题 请问怎么修改呢

Junzx commented 2 years ago

@DuJiaqi99 改权限(虽然我没试)或者直接调用这个pl进行评价吧

learner-crapy commented 1 year ago

image 这个问题确实是,真闹心,训练了十几个小时,搞出这么个错误,得先chmod 777一下再跑