pytorch_uie_ner icon indicating copy to clipboard operation
pytorch_uie_ner copied to clipboard

基于pytorch的百度UIE命名实体识别。

Results 5 pytorch_uie_ner issues
Sort by recently updated
recently updated
newest added

你好,我有以下几个问题想请教一下: 1.schema在训练时没有使用,只在微调时加入了schema作为prompt吗? 2.请问schema tree是怎么构造的? 非常感谢您的解答!!

源码utils.py中的map_offset()在处理index为0的实体时,会导致实体解析出现错误,源码如下: def map_offset(ori_offset, offset_mapping): """ map ori offset to token offset """ for index, span in enumerate(offset_mapping): if span[0]

微调的时候报"return convert_example(self.dataset[index], tokenizer=self.tokenizer, max_seq_len=self.max_seq_len) IndexError: list index out of range"我也不知道该怎么解决 前面运行 python convert.py都是可以的

这个模型能解决嵌套实体的问题嘛

请问有在公开数据集上比较过pytorch-uie和paddle-uie的结果吗?有没有具体的数据呢?