基于Pytorch的BERT-IDCNN-BILSTM-CRF中文实体识别实现。 文件描述 model/: 模型代码 bert_lstm_crf.py cnn.py crf.py data/: 数据集存放 train.txt: 训练集 test.txt: 测试集 data/bert/: bert模型存放 bert_config.json: bert配置文件 pytorch_model.bin: bert中文预训练模型pytorch版(详情参考:https:...
pytorch实现 基于Bert+BiLSTM+CRF的中文命名实体识别. Contribute to pengjiaqi624/BERT-Chinese-NER-pytorch development by creating an account on GitHub.
This branch is18 commits ahead ofSCU-JJkinging/BERT-Chinese-NER-pytorch:master. Repository files navigation README BERT-Chinese-NER-pytorch 基于BERT+BiLSTM+CRF的中文命名实体识别 (pytorch实现) Releases No releases published Languages Python100.0%...