Rewriter 0757292b7c first push 2 年之前
..
checkpoints 0757292b7c first push 2 年之前
logs 0757292b7c first push 2 年之前
utils 0757292b7c first push 2 年之前
README.md 0757292b7c first push 2 年之前
__init__.py 0757292b7c first push 2 年之前
bert_base_model.py 0757292b7c first push 2 年之前
bert_ner_model.py 0757292b7c first push 2 年之前
config.py 0757292b7c first push 2 年之前
dataset.py 0757292b7c first push 2 年之前
main.py 0757292b7c first push 2 年之前
main.sh 0757292b7c first push 2 年之前
preprocess.py 0757292b7c first push 2 年之前
tempCodeRunnerFile.py 0757292b7c first push 2 年之前

README.md

说明

这部分的介绍可以参考:https://github.com/taishan1994/pytorch_bert_bilstm_crf_ner
目前已补充CNER、医疗实体识别、CLUE2020数据集的实验及如何使用自己的数据进行训练。

需要注意的是,这个实体识别是很早之前的,https://github.com/taishan1994/pytorch_bert_bilstm_crf_ner 这里面已经更新很多了,所以可能运行时的参数会不一致,具体可参考main.sh里面的。