import keras_bert
我们可以使用get_model()来取得bert模型
在中文BERT模型中,中文分词是基于字而非词的分词。
keras_bert
原文:https://www.cnblogs.com/qingchen-forever/p/12809694.html