Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
---
|
| 2 |
library_name: keras-hub
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
## Model Overview
|
| 5 |
⚠️ T5 is currently only available via the `keras-hub-nightly` package. Use `pip install keras-hub-nightly` to try this model.
|
|
@@ -49,5 +53,4 @@ __Arguments__
|
|
| 49 |
layer normalization layers in the Transformer layers.
|
| 50 |
- __tie_embedding_weights__: boolean. If `True`, the weights of the token
|
| 51 |
embedding and the weights projecting language model outputs from
|
| 52 |
-
`hidden_dim`
|
| 53 |
-
|
|
|
|
| 1 |
---
|
| 2 |
library_name: keras-hub
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
tags:
|
| 5 |
+
- text-classification
|
| 6 |
+
- keras
|
| 7 |
---
|
| 8 |
## Model Overview
|
| 9 |
⚠️ T5 is currently only available via the `keras-hub-nightly` package. Use `pip install keras-hub-nightly` to try this model.
|
|
|
|
| 53 |
layer normalization layers in the Transformer layers.
|
| 54 |
- __tie_embedding_weights__: boolean. If `True`, the weights of the token
|
| 55 |
embedding and the weights projecting language model outputs from
|
| 56 |
+
`hidden_dim`
|
|
|