项目作者: llcing

项目描述 :
PyTorch implement of BiLSTM-CRF for Chinese NER
高级语言: Python
项目地址: git://github.com/llcing/BiLSTM-CRF-ChineseNER.pytorch.git
创建时间: 2018-11-30T05:53:13Z
项目社区:https://github.com/llcing/BiLSTM-CRF-ChineseNER.pytorch

开源协议:

下载


BiLSTM-CRF-ChineseNER.pytorch

PyTorch implement of BiLSTM-CRF for Chinese NER

Requires:

  • PyTorch 0.4.1

  • Numpy

Just run python main.py --mode=train

P.S. use standard conlleval.pl to calculate entity-level precision, recall and f1-score. For details, you can refer the source codes.

Here’s the best results (%):

TO BE COMPLETED