Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
| 1 |
---
|
| 2 |
library_name: keras-hub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
## Model Overview
|
| 5 |
DeBERTaV3 encoder networks are a set of transformer encoder models published by Microsoft. DeBERTa improves the BERT and RoBERTa models using disentangled attention and enhanced mask decoder.
|
|
@@ -143,4 +148,4 @@ classifier = keras_hub.models.DebertaV3Classifier.from_preset(
|
|
| 143 |
preprocessor=None,
|
| 144 |
)
|
| 145 |
classifier.fit(x=features, y=labels, batch_size=2)
|
| 146 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
library_name: keras-hub
|
| 3 |
+
license: mit
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
tags:
|
| 7 |
+
- text-classification
|
| 8 |
---
|
| 9 |
## Model Overview
|
| 10 |
DeBERTaV3 encoder networks are a set of transformer encoder models published by Microsoft. DeBERTa improves the BERT and RoBERTa models using disentangled attention and enhanced mask decoder.
|
|
|
|
| 148 |
preprocessor=None,
|
| 149 |
)
|
| 150 |
classifier.fit(x=features, y=labels, batch_size=2)
|
| 151 |
+
```
|