Divyasreepat
commited on
Update README.md with new model card content
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
library_name: keras-hub
|
3 |
---
|
4 |
-
|
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.
|
6 |
|
7 |
Weights are released under the [MIT License](https://opensource.org/license/mit). Keras model code is released under the [Apache 2 License](https://github.com/keras-team/keras-hub/blob/master/LICENSE).
|
@@ -46,7 +46,7 @@ features = ["The quick brown fox jumped.", "I forgot my homework."]
|
|
46 |
labels = [0, 3]
|
47 |
```
|
48 |
|
49 |
-
|
50 |
```python
|
51 |
import keras
|
52 |
import keras_hub
|
|
|
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.
|
6 |
|
7 |
Weights are released under the [MIT License](https://opensource.org/license/mit). Keras model code is released under the [Apache 2 License](https://github.com/keras-team/keras-hub/blob/master/LICENSE).
|
|
|
46 |
labels = [0, 3]
|
47 |
```
|
48 |
|
49 |
+
## Example Usage
|
50 |
```python
|
51 |
import keras
|
52 |
import keras_hub
|