Update README.md with new model card content
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ tags:
|
|
| 6 |
- keras
|
| 7 |
pipeline_tag: text-generation
|
| 8 |
---
|
| 9 |
-
|
| 10 |
⚠️ T5 is currently only available via the `keras-hub-nightly` package. Use `pip install keras-hub-nightly` to try this model.
|
| 11 |
|
| 12 |
T5 encoder-decoder backbone model.
|
|
@@ -54,4 +54,5 @@ __Arguments__
|
|
| 54 |
layer normalization layers in the Transformer layers.
|
| 55 |
- __tie_embedding_weights__: boolean. If `True`, the weights of the token
|
| 56 |
embedding and the weights projecting language model outputs from
|
| 57 |
-
`hidden_dim`
|
|
|
|
|
|
| 6 |
- keras
|
| 7 |
pipeline_tag: text-generation
|
| 8 |
---
|
| 9 |
+
### Model Overview
|
| 10 |
⚠️ T5 is currently only available via the `keras-hub-nightly` package. Use `pip install keras-hub-nightly` to try this model.
|
| 11 |
|
| 12 |
T5 encoder-decoder backbone model.
|
|
|
|
| 54 |
layer normalization layers in the Transformer layers.
|
| 55 |
- __tie_embedding_weights__: boolean. If `True`, the weights of the token
|
| 56 |
embedding and the weights projecting language model outputs from
|
| 57 |
+
`hidden_dim`
|
| 58 |
+
|