crownpku / Information-Extraction-Chinese

Chinese Named Entity Recognition with IDCNN/biLSTM+CRF, and Relation Extraction with biGRU+2ATT 中文实体识别与关系提取
2.22k stars 813 forks source link

作者 你好,关于关系抽取那块test_GRU跑出来的precision超级低 #144

Open jiqishun opened 2 years ago

jiqishun commented 2 years ago

我是自己新建了另一个随机word embeddings,维度是100。 然后使用你提供的20万条数据集作为训练集 epoch次数为400,我是每5000次save一下。 再者我调用了ATT_GRU_model-390000 ATT_GRU_model-90000 ATT_GRU_model-290000 测试一下测试集,求出来的precision真的差强人意。

zdm0301 commented 1 year ago

请问您得到了模型单独的precision和recall嘛??