Divyasreepat
commited on
Commit
•
ae5a6ee
1
Parent(s):
170da0f
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 |
A RoBERTa encoder network.
|
13 |
|
14 |
This network implements a bi-directional Transformer-based encoder as
|
@@ -140,4 +140,4 @@ classifier = keras_hub.models.RobertaClassifier.from_preset(
|
|
140 |
preprocessor=None,
|
141 |
)
|
142 |
classifier.fit(x=features, y=labels, batch_size=2)
|
143 |
-
```
|
|
|
8 |
- keras
|
9 |
pipeline_tag: text-classification
|
10 |
---
|
11 |
+
### Model Overview
|
12 |
A RoBERTa encoder network.
|
13 |
|
14 |
This network implements a bi-directional Transformer-based encoder as
|
|
|
140 |
preprocessor=None,
|
141 |
)
|
142 |
classifier.fit(x=features, y=labels, batch_size=2)
|
143 |
+
```
|