Skip to content

Commit f3250a1

Browse files
saberkuntensorflower-gardener
authored andcommitted
Update readme: add note for the future change of transformer folder.
PiperOrigin-RevId: 288531984
1 parent 3991a54 commit f3250a1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

official/nlp/bert/README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
The academic paper which describes BERT in detail and provides full results on a
44
number of tasks can be found here: https://arxiv.org/abs/1810.04805.
55

6-
This repository contains TensorFlow 2 implementation for BERT.
7-
8-
N.B. This repository is under active development. Though we intend
9-
to keep the top-level BERT Keras model interface stable, expect continued
10-
changes to the training code, utility function interface and flags.
6+
This repository contains TensorFlow 2.x implementation for BERT.
117

128
## Contents
139
* [Contents](#contents)
@@ -110,8 +106,8 @@ pip install tf-nightly
110106
```
111107

112108
Warning: More details TPU-specific set-up instructions and tutorial should come
113-
along with official TF 2.x release for TPU. Note that this repo is not officially
114-
supported by Google Cloud TPU team yet.
109+
along with official TF 2.x release for TPU. Note that this repo is not
110+
officially supported by Google Cloud TPU team yet until TF 2.1 released.
115111

116112
## Process Datasets
117113

official/transformer/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Transformer Translation Model
22
This is an implementation of the Transformer translation model as described in
33
the [Attention is All You Need](https://arxiv.org/abs/1706.03762) paper. The
4-
implementation leverages tf.keras and makes sure it is compatible with TF 2.0.
4+
implementation leverages tf.keras and makes sure it is compatible with TF 2.x.
5+
6+
**Note: this transformer folder is subject to be integrated into official/nlp
7+
folder. Due to its dependencies, we will finish the refactoring after the model
8+
garden 2.1 release.**
59

610
## Contents
711
* [Contents](#contents)

0 commit comments

Comments
 (0)