Bert: [REQUEST, SUGGESTION] BERT with TF 2.0

Created on 8 Mar 2019  路  6Comments  路  Source: google-research/bert

Do you have any plans to release BERT model with Tensorflow 2.0?

It makes much easier for NLP people to understand how Tensorflow 2.0 works for BERT.

Thanks,

Most helpful comment

TensorFlow 2.0 implementation for BERT is available at https://github.com/tensorflow/models

All 6 comments

bump

I have tried to port modeling.py to tf2 and it worked perfectly on my own task.

Please take a look!

Also releasing a TF2 compatible version of the pre-trained models to tf-hub. Tried several things to get it to work, but no dice.

I have also coded a tf2 keras version recently - kpe/bert-for-tf2 (check this comment to #584 for additional info).

Does some of TF 2.0 features would allow BERT to improve state of the art results?

TensorFlow 2.0 implementation for BERT is available at https://github.com/tensorflow/models

Was this page helpful?
0 / 5 - 0 ratings