NTMC-Community / MatchZoo

Facilitating the design, comparison and sharing of deep text matching models.
Apache License 2.0
3.83k stars 899 forks source link

implement keras version BERT as a mz.model #734

Closed ZizhenWang closed 5 years ago

ZizhenWang commented 5 years ago

Bert is a successful NLP pre-train model, and achieves many SOTA benchmarks. It has a widely used tensorflow and pytorch implementation, but not a reliable Keras one (even there are many released keras-bert packages, they all exist many bugs and lack of maintenance)