Sudhir22 / bert

TensorFlow code for BERT-FUSED model

Home Page:https://arxiv.org/abs/1810.04805

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BERT-FUSED MODEL

This is a repository forked from googleresearch/bert. It contains modifications to use a BERT-Fused model for creating context aware neural machine translation models.

The original repsitory can be found here : https://github.com/google-research/bert.

My inspiration of using bert fused model comes from https://arxiv.org/pdf/2002.06823.pdf published earlier this year.

About

TensorFlow code for BERT-FUSED model

https://arxiv.org/abs/1810.04805

License:Apache License 2.0


Languages

Language:Jupyter Notebook 52.6%Language:Python 47.4%