Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 376 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 376 Bytes

Medical_NER

介绍

XLNet_BiLstm_MHA_CRF中文医疗命名实体识别模型 数据集:CCKS2017,使用BIO进行标记,在data/目录下面
评价指标F1,precision,recall

安装教程

pip install 以下工具包
1.pytorch-crf
2.sklearn
3.pytorch
4.transformers

使用说明

1.$python main.py 训练批次50次,在main.py 中可修改