/tf2-BERT

Tensorflow2.0 of BERT(Bidirectional Encoder Representations from Transformers)

Primary LanguagePython

tf2-BERT

Pure Tensorflow 2.0 implementation of BERT with Adapted-BERT fast fine-tuning.

Requirements

coming soon...

Usage

coming soon...

Resources

google-research/bert: Google original Implementation of BERT.

BERT: BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding.

Adapted-BERT: Parameter-Efficient Transfer Learning for NLP

bert-for-tf2: A Keras TensorFlow 2.0 implementation of BERT.

bert_tf2: Porting modeling.py of bert to tensorflow 2.0