Update README.md with new model card content
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ tags:
|
|
| 6 |
- keras
|
| 7 |
pipeline_tag: text-classification
|
| 8 |
---
|
| 9 |
-
|
| 10 |
ALBERT encoder network.
|
| 11 |
|
| 12 |
This class implements a bi-directional Transformer-based encoder as
|
|
@@ -151,4 +151,4 @@ classifier = keras_hub.models.AlbertClassifier.from_preset(
|
|
| 151 |
preprocessor=None,
|
| 152 |
)
|
| 153 |
classifier.fit(x=features, y=labels, batch_size=2)
|
| 154 |
-
```
|
|
|
|
| 6 |
- keras
|
| 7 |
pipeline_tag: text-classification
|
| 8 |
---
|
| 9 |
+
### Model Overview
|
| 10 |
ALBERT encoder network.
|
| 11 |
|
| 12 |
This class implements a bi-directional Transformer-based encoder as
|
|
|
|
| 151 |
preprocessor=None,
|
| 152 |
)
|
| 153 |
classifier.fit(x=features, y=labels, batch_size=2)
|
| 154 |
+
```
|