prasadsachin
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
---
|
2 |
library_name: keras-hub
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
## Model Overview
|
5 |
An XLM-RoBERTa encoder network.
|
@@ -133,4 +137,4 @@ classifier = keras_hub.models.XLMRobertaClassifier.from_preset(
|
|
133 |
preprocessor=None,
|
134 |
)
|
135 |
classifier.fit(x=features, y=labels, batch_size=2)
|
136 |
-
```
|
|
|
1 |
---
|
2 |
library_name: keras-hub
|
3 |
+
license: apache-2.0
|
4 |
+
tags:
|
5 |
+
- text-classification
|
6 |
+
- keras
|
7 |
---
|
8 |
## Model Overview
|
9 |
An XLM-RoBERTa encoder network.
|
|
|
137 |
preprocessor=None,
|
138 |
)
|
139 |
classifier.fit(x=features, y=labels, batch_size=2)
|
140 |
+
```
|