Divyasreepat
commited on
Commit
•
6cfd7c8
1
Parent(s):
08922b0
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 |
An XLM-RoBERTa encoder network.
|
11 |
|
12 |
This class implements a bi-directional Transformer-based encoder as
|
@@ -138,4 +138,4 @@ classifier = keras_hub.models.XLMRobertaClassifier.from_preset(
|
|
138 |
preprocessor=None,
|
139 |
)
|
140 |
classifier.fit(x=features, y=labels, batch_size=2)
|
141 |
-
```
|
|
|
6 |
- keras
|
7 |
pipeline_tag: text-classification
|
8 |
---
|
9 |
+
### Model Overview
|
10 |
An XLM-RoBERTa encoder network.
|
11 |
|
12 |
This class implements a bi-directional Transformer-based encoder as
|
|
|
138 |
preprocessor=None,
|
139 |
)
|
140 |
classifier.fit(x=features, y=labels, batch_size=2)
|
141 |
+
```
|