Commit 7406641a authored by Hongkun Yu's avatar Hongkun Yu Committed by A. Unique TensorFlower
Browse files

Fix syntax errors in transformer/

PiperOrigin-RevId: 359958245
parent 223b1210
...@@ -3,7 +3,8 @@ This is an implementation of the Transformer translation model as described in ...@@ -3,7 +3,8 @@ This is an implementation of the Transformer translation model as described in
the [Attention is All You Need](https://arxiv.org/abs/1706.03762) paper. The the [Attention is All You Need](https://arxiv.org/abs/1706.03762) paper. The
implementation leverages tf.keras and makes sure it is compatible with TF 2.x. implementation leverages tf.keras and makes sure it is compatible with TF 2.x.
**Warning: this transformer features has been fully intergrated in nlp/modeling. **Warning: the features in the `transformer/` folder have been fully intergrated
into nlp/modeling.
Due to its dependencies, we will remove this folder after the model Due to its dependencies, we will remove this folder after the model
garden 2.5 release. The model in `nlp/modeling/models/seq2seq_transformer.py` is garden 2.5 release. The model in `nlp/modeling/models/seq2seq_transformer.py` is
identical to the model in this folder.** identical to the model in this folder.**
......
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