EOA-AILab / NER-Chinese

Comparison of Chinese Named Entity Recognition Models between NeuroNER and BertNER
328 stars 111 forks source link

在添加新类别后,新类别的识别率为0 #8

Open QiaoShiA opened 4 years ago

QiaoShiA commented 4 years ago

我在训练集中加入了两种大概500个左右的新实体类别,在训练完毕后输出的新类别识别率均为0,查看预测结果同样对于新实体类别没有识别出来,我在label_list中添加了新类别,同时修改了训练文件,能否咨询一下该模型是否支持加入新的实体类别

GuanYingxuan commented 2 years ago

我在训练集中加入了两种大概500个左右的新实体类别,在训练完毕后输出的新类别识别率均为0,查看预测结果同样对于新实体类别没有识别出来,我在label_list中添加了新类别,同时修改了训练文件,能否咨询一下该模型是否支持加入新的实体类别

您好!请问您是如何加载BERT模型的呀?我出现了错误:tensorflow.python.framework.errors_impl.DataLossError: Unable to open table file C:\Users\Desktop\ner\bert_ner\bert_ner\chinese_L-12_H-768_A-12\bert_model.ckpt: Data loss: not an sstable (bad magic number): perhaps your file is in a different file format and you need to use a different restore operator?