Divyasreepat
commited on
Commit
•
ec9a8cd
1
Parent(s):
389ea1d
Update README.md with new model card content
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ tags:
|
|
8 |
- keras
|
9 |
pipeline_tag: text-classification
|
10 |
---
|
11 |
-
|
12 |
ALBERT encoder network.
|
13 |
|
14 |
This class implements a bi-directional Transformer-based encoder as
|
@@ -153,4 +153,4 @@ classifier = keras_hub.models.AlbertClassifier.from_preset(
|
|
153 |
preprocessor=None,
|
154 |
)
|
155 |
classifier.fit(x=features, y=labels, batch_size=2)
|
156 |
-
```
|
|
|
8 |
- keras
|
9 |
pipeline_tag: text-classification
|
10 |
---
|
11 |
+
### Model Overview
|
12 |
ALBERT encoder network.
|
13 |
|
14 |
This class implements a bi-directional Transformer-based encoder as
|
|
|
153 |
preprocessor=None,
|
154 |
)
|
155 |
classifier.fit(x=features, y=labels, batch_size=2)
|
156 |
+
```
|