Skip to content

Commit 3e12b90

Browse files
authored
Update README.md
1 parent 8fe9ddc commit 3e12b90

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

official/nlp/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ Layers are the fundamental building blocks for NLP models. They can be used to a
5555
### Networks
5656

5757
Networks are combinations of `tf.keras` layers (and possibly other networks).
58-
They are `tf.keras` models that would not be trained alone.
59-
They are `tf.keras` models that would not be trained alone.It encapsulates common network structures like a transformer encoder into an easily handled object with a standardized configuration.
58+
They are `tf.keras` models that would not be trained alone. It encapsulates common network structures like a transformer encoder into an easily handled object with a standardized configuration.
6059

6160
| Networks |
6261
| -------------- |
@@ -66,7 +65,7 @@ They are `tf.keras` models that would not be trained alone.It encapsulates commo
6665

6766
### Models
6867

69-
Models are combinations of `tf.keras` layers and models that can be trained.Several pre-built canned models are provided to train encoder networks. These models are intended as both convenience functions and canonical examples.
68+
Models are combinations of `tf.keras` layers and models that can be trained. Several pre-built canned models are provided to train encoder networks. These models are intended as both convenience functions and canonical examples.
7069

7170
| Models |
7271
| ------------ |

0 commit comments

Comments
 (0)