"megatron/text_generation/generation.py" did not exist on "ff2f0a05ea2c03f87f98af428c59bbbd5bfc8f41"
Commit 6d83a842 authored by Chen Chen's avatar Chen Chen Committed by A. Unique TensorFlower
Browse files

Add a deprecation message in official/nlp/bert/README.md

PiperOrigin-RevId: 348663230
parent 105dfb6e
# BERT (Bidirectional Encoder Representations from Transformers)
**WARNING**: We are on the way to deprecate most of the code in this directory.
Please see
[this link](https://github.com/tensorflow/models/blob/master/official/nlp/train.md)
for the new tutorial.
The academic paper which describes BERT in detail and provides full results on a
number of tasks can be found here: https://arxiv.org/abs/1810.04805.
This repository contains TensorFlow 2.x implementation for BERT.
**Note: We are in the progress to update the documentation to use
official/nlp/train.py as the central place for the training driver.
Internal users please refer to the g3doc for documentation.**
## Contents
* [Contents](#contents)
* [Pre-trained Models](#pre-trained-models)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment