Divyasreepat commited on
Commit
476625b
·
verified ·
1 Parent(s): f6a28c7

Update README.md with new model card content

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,7 +1,7 @@
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,7 +46,7 @@ features = ["The quick brown fox jumped.", "I forgot my homework."]
46
  labels = [0, 3]
47
  ```
48
 
49
- ### Example Usage
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