macanv / BERT-BiLSTM-CRF-NER

Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services
https://github.com/macanv/BERT-BiLSMT-CRF-NER
4.68k stars 1.25k forks source link

bert部分的参数是否finetune训练了? #347

Open ChChwang opened 4 years ago

ChChwang commented 4 years ago

训练的时候,bert部分的参数是否也finetune训练了?

测试的时候,是用的原始的bert输出向量。

macanv commented 4 years ago

bert 参与了任务级别的训练过程。