BiLSTM-CRF-ChineseNER.pytorch
BiLSTM-CRF-ChineseNER.pytorch copied to clipboard
PyTorch implement of BiLSTM-CRF for Chinese NER
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