|
hace 2 años | |
---|---|---|
.. | ||
checkpoints | hace 2 años | |
logs | hace 2 años | |
utils | hace 2 años | |
README.md | hace 2 años | |
__init__.py | hace 2 años | |
bert_base_model.py | hace 2 años | |
bert_ner_model.py | hace 2 años | |
config.py | hace 2 años | |
dataset.py | hace 2 años | |
main.py | hace 2 años | |
main.sh | hace 2 años | |
preprocess.py | hace 2 años | |
tempCodeRunnerFile.py | hace 2 años |
这部分的介绍可以参考:https://github.com/taishan1994/pytorch_bert_bilstm_crf_ner
目前已补充CNER、医疗实体识别、CLUE2020数据集的实验及如何使用自己的数据进行训练。
需要注意的是,这个实体识别是很早之前的,https://github.com/taishan1994/pytorch_bert_bilstm_crf_ner 这里面已经更新很多了,所以可能运行时的参数会不一致,具体可参考main.sh里面的。