HUSTAI / uie_pytorch

PaddleNLP UIE模型的PyTorch版实现
Apache License 2.0
539 stars 93 forks source link

schema里面添加的属性是不是不能太多? #28

Open NickThrone opened 11 months ago

NickThrone commented 11 months ago

比如我利用的schema=['a','b','c','d','e']的时候,我验证的时候总是不出现‘b’这个属性,这是为什么呀?

NickThrone commented 11 months ago

是数据标注的问题

zhujlfree commented 11 months ago

是因为验证的时候,验证数据集没有‘b’